Files
nvim/lua/plugins/vim-fish.lua

7 lines
105 B
Lua

-- Run your tests at the speed of thought
return {
'vim-test/vim-test',
enabled = true,
lazy = true
}