Initialize
This commit is contained in:
13
.config/nvim/lua/plugins/toggleterm.lua
Normal file
13
.config/nvim/lua/plugins/toggleterm.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- 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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user