add comment plugin to nvim

This commit is contained in:
Sam 2024-07-27 11:23:14 +01:00
parent dabff16a37
commit 19f0057503
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
programs.nixvim.plugins.comment = {
enable = true;
};
}

View File

@ -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