Add test, projectionist plugins to vim

This commit is contained in:
2021-06-17 15:05:59 -05:00
parent 12f182ac7c
commit c844456582
4 changed files with 12 additions and 1 deletions

5
nvim/test Normal file
View File

@ -0,0 +1,5 @@
nmap <silent> <leader>t :TestNearest<CR>
nmap <silent> <leader>T :TestFile<CR>
nmap <silent> <leader>a :TestSuite<CR>
nmap <silent> <leader>l :TestLast<CR>
nmap <silent> <leader>g :TestVisit<CR>