nvim/lua/plugs/toggleterm.lua
2023-11-16 23:43:38 +08:00

5 lines
106 B
Lua

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