mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 22:19:19 +02:00
neovim: Add toggleterm-nvim
This commit is contained in:
parent
ac35390c59
commit
f350e711eb
@ -190,6 +190,15 @@ in {
|
|||||||
type = "lua";
|
type = "lua";
|
||||||
config = ''require("auto-save").setup()'';
|
config = ''require("auto-save").setup()'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = toggleterm-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = ''
|
||||||
|
require("toggleterm").setup {
|
||||||
|
shade_terminals = false
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = vimtex;
|
plugin = vimtex;
|
||||||
config = ''
|
config = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user