From 6a171f3256af919146697a85e3e14ec6bf785f2e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Aug 2025 09:51:56 +0200 Subject: Update --- .shenanigans.sh | 4 ++-- .vimrc | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.shenanigans.sh b/.shenanigans.sh index 57aa713..d341beb 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -2,9 +2,9 @@ # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree # file-roller xfce4-plugins thunar-archive-plugin # lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st -# xss-lock wmctrl zip mc htop entr ack cifs-utils rsync xdotool jq +# xss-lock wmctrl zip mc htop entr cifs-utils rsync jq ripgrep # clang clang-tools-extra vim git curl tmux hstr tree make cmake -# nvtop ctags stow newsboat mpv rsync python3-pipx lazygit fossil +# nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc # Additonal stuff: # pipx install pyright # go install golang.org/x/tools/gopls@latest diff --git a/.vimrc b/.vimrc index d5a034f..679c052 100644 --- a/.vimrc +++ b/.vimrc @@ -7,10 +7,10 @@ call plug#begin() Plug 'ctrlpvim/ctrlp.vim' call plug#end() -set path+=** laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 -set number relativenumber autoindent cursorline ignorecase hlsearch incsearch +set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 +set path+=** number autoindent cursorline ignorecase hlsearch incsearch set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 -set backspace=indent,eol,start completeopt=menuone +set backspace=indent,eol,start completeopt=menuone grepprg=rg\ --vimgrep colorscheme wildcharm nnoremap :bnext @@ -19,8 +19,7 @@ nnoremap :copen nnoremap :CtrlPBuffer nnoremap q :nohlsearch nnoremap c :silent call system('ctags --c++-kinds=+p -R .') -nnoremap g :vimgrepadd //gj **/*:copen -nnoremap t :vimgrepadd /TODO:\\|FIXME:\\|XXX:/gj **/*:copen +nnoremap r :grep :copen let g:ctrlp_use_caching = 0 let g:ctrlp_working_path_mode = '' -- cgit v1.2.3