feat(nvim): add vim-test plugin

This commit is contained in:
Oliver Davies 2021-10-05 15:18:46 +01:00
parent f021efed01
commit e4eecbc99b
2 changed files with 6 additions and 0 deletions

View file

@ -25,3 +25,4 @@ Plug 'sheerun/vim-polyglot'
Plug 'tjdevries/colorbuddy.vim'
Plug 'tjdevries/gruvbuddy.nvim'
Plug 'tpope/vim-surround'
Plug 'vim-test/vim-test'

View file

@ -0,0 +1,5 @@
nmap <silent> t<C-f> :TestFile<CR>
nmap <silent> t<C-g> :TestVisit<CR>
nmap <silent> t<C-l> :TestLast<CR>
nmap <silent> t<C-n> :TestNearest<CR>
nmap <silent> t<C-s> :TestSuite<CR>