Files
.dotfiles/.config/nvim/lua/plugins/toggleterm.lua
2025-04-27 03:50:20 +02:00

14 lines
320 B
Lua

-- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim
--
-- In your plugin files, you can:
-- * add extra plugins
-- * disable/enabled LazyVim plugins
-- * override the configuration of LazyVim plugins
return {
{
"akinsho/toggleterm.nvim",
version = "*",
config = true,
},
}