mirror of https://github.com/LazyVim/starter
8 lines
208 B
Lua
8 lines
208 B
Lua
|
return {
|
||
|
-- amongst your other plugins
|
||
|
{'akinsho/toggleterm.nvim', version = "*", config = true}
|
||
|
-- or
|
||
|
{'akinsho/toggleterm.nvim', version = "*", opts = {--[[ things you want to change go here]]}}
|
||
|
}
|
||
|
|