mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
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:
parent
b0cdbe8394
commit
941affa8df
@ -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 */ ''
|
||||
|
Loading…
Reference in New Issue
Block a user