mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
14 lines
211 B
Lua
14 lines
211 B
Lua
return {
|
|
"klen/nvim-test",
|
|
|
|
config = function()
|
|
require("nvim-test").setup({
|
|
term = "toggleterm",
|
|
termOpts = {
|
|
direction = "horizontal",
|
|
height = 24,
|
|
},
|
|
})
|
|
end,
|
|
}
|