update(nvim): add toggleterm
This commit is contained in:
parent
9ea3a29100
commit
fba92c6310
1 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,13 @@ in
|
|||
vp.gitgutter
|
||||
vp.mini-icons
|
||||
|
||||
{
|
||||
plugin = vp.toggleterm-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require("toggleterm").setup{open_mapping = [[<leader>tt]]}
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = vp.alpha-nvim;
|
||||
type = "lua";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue