feat(nvim): add vim-test plugin
This commit is contained in:
parent
f021efed01
commit
e4eecbc99b
|
@ -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'
|
||||
|
|
5
nvim/.config/nvim/plugins/vim-test.vim
Normal file
5
nvim/.config/nvim/plugins/vim-test.vim
Normal 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>
|
Loading…
Reference in a new issue