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