add comment plugin to nvim
This commit is contained in:
parent
dabff16a37
commit
19f0057503
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.comment = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -20,6 +20,7 @@ in
|
||||||
./fold.nix
|
./fold.nix
|
||||||
./todo-comments.nix
|
./todo-comments.nix
|
||||||
./oil.nix
|
./oil.nix
|
||||||
|
./comment.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Load Plugins that aren't provided as modules by nixvim
|
# Load Plugins that aren't provided as modules by nixvim
|
||||||
|
|
Loading…
Reference in New Issue