neovim: Drop toggleterm-nvim

I never used this and just ended up creating new terminals with the
standard kitty workflow.
This commit is contained in:
Donovan Glover 2024-04-17 11:13:40 -04:00
parent b0cdbe8394
commit 941affa8df
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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