Configure nvim plugins
This commit is contained in:
parent
42678d9d1c
commit
c2d5665529
5
modules/home-manager/nixvim/plugins/autoclose.nix
Normal file
5
modules/home-manager/nixvim/plugins/autoclose.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.autoclose.enable = true;
|
||||||
|
}
|
||||||
@ -1,7 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.nixvim.plugins.bufferline = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -12,6 +12,7 @@
|
|||||||
./nvim-cmp.nix
|
./nvim-cmp.nix
|
||||||
./which-key.nix
|
./which-key.nix
|
||||||
./surround.nix
|
./surround.nix
|
||||||
./bufferline.nix
|
./indent-blankline.nix
|
||||||
|
./autoclose.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
7
modules/home-manager/nixvim/plugins/indent-blankline.nix
Normal file
7
modules/home-manager/nixvim/plugins/indent-blankline.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.indent-blankline = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user