nvim/lua/plugs/toggleterm.lua
2023-11-16 23:29:04 +08:00

6 lines
105 B
Lua

return {
-- amongst your other plugins
{'akinsho/toggleterm.nvim', version = "*", config = true},
}