neovim: Add toggleterm-nvim

This commit is contained in:
Donovan Glover 2023-06-09 10:35:05 -04:00
parent ac35390c59
commit f350e711eb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -190,6 +190,15 @@ in {
type = "lua"; type = "lua";
config = ''require("auto-save").setup()''; config = ''require("auto-save").setup()'';
} }
{
plugin = toggleterm-nvim;
type = "lua";
config = ''
require("toggleterm").setup {
shade_terminals = false
}
'';
}
{ {
plugin = vimtex; plugin = vimtex;
config = '' config = ''