Files
nvim/lua/plugins/toggleterm.lua

5 lines
110 B
Lua

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