diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 6650783..11a3254 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -190,6 +190,15 @@ in { type = "lua"; config = ''require("auto-save").setup()''; } + { + plugin = toggleterm-nvim; + type = "lua"; + config = '' + require("toggleterm").setup { + shade_terminals = false + } + ''; + } { plugin = vimtex; config = ''