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

7 lines
87 B
Lua

return {
'akinsho/toggleterm.nvim',
version = '*',
config = true,
opts = {},
}