add some packages

This commit is contained in:
2023-09-15 13:01:20 +03:00
parent b1e57c93f1
commit e3c5f37b43
3 changed files with 23 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ let b:gutentags_file_list_command = 'git ls-files'
call matchadd('ColorColumn', '\%81v', 100)
" thanks to drew de vault's vimrc, except swearing
set mouse=a
set mouse=
set backupdir=~/.cache directory=~/.cache
"nnoremap Q :grep <cword><CR>
nmap gs :grep <cursor><CR>