kickstart.nvim/lua/custom/plugins/toggleterm.lua

7 lines
103 B
Lua
Raw Normal View History

return {
'akinsho/toggleterm.nvim',
config = function()
require('toggleterm').setup()
end,
}