7 lines
105 B
Lua
7 lines
105 B
Lua
-- Run your tests at the speed of thought
|
|
return {
|
|
'vim-test/vim-test',
|
|
enabled = true,
|
|
lazy = true
|
|
}
|