mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
neovim: Add toggleterm-nvim
This commit is contained in:
@ -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 = ''
|
||||
|
Reference in New Issue
Block a user