personal configuations
merge conflicts adjusted
This commit is contained in:
parent
1860184830
commit
373c8dc5d3
12 changed files with 318 additions and 144 deletions
11
lua/custom/plugins/vim-test.lua
Normal file
11
lua/custom/plugins/vim-test.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'vim-test/vim-test',
|
||||
dependencies = {
|
||||
'preservim/vimux',
|
||||
},
|
||||
vim.keymap.set('n', '<leader>t', ':TestNearest<CR>'),
|
||||
vim.keymap.set('n', '<leader>T', ':TestFile<CR>'),
|
||||
vim.keymap.set('n', '<leader>m', ':TestSuite<CR>'),
|
||||
vim.keymap.set('n', '<leader>l', ':TestLast<CR>'),
|
||||
vim.keymap.set('n', '<leader>g', ':TestVisit<CR>'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue