mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-31 01:46:09 +02: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()
|
require("auto-save").setup()
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = toggleterm-nvim;
|
|
||||||
type = "lua";
|
|
||||||
config = /* lua */ ''
|
|
||||||
require("toggleterm").setup {
|
|
||||||
shade_terminals = false
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = vimtex;
|
plugin = vimtex;
|
||||||
config = /* vim */ ''
|
config = /* vim */ ''
|
||||||
|
Loading…
Reference in New Issue
Block a user