Update vim with ack, git, keybindings, nerdtree

This commit is contained in:
2021-06-16 16:30:55 -05:00
parent 51d1be03bd
commit 143ec2f33f
7 changed files with 72 additions and 23 deletions

3
nvim/ack Normal file
View File

@ -0,0 +1,3 @@
let g:ackprg = 'ag --vimgrep --smart-case' " Use the_silver_searcher for Ack
noremap <Leader>\ :Ag <C-r><C-w><CR>