1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/config/nvim/lua/config/plugins/nvim-test.lua
2023-06-08 14:26:30 -05:00

14 lines
211 B
Lua

return {
"klen/nvim-test",
config = function()
require("nvim-test").setup({
term = "toggleterm",
termOpts = {
direction = "horizontal",
height = 24,
},
})
end,
}