add comment plugin to nvim
This commit is contained in:
parent
dabff16a37
commit
19f0057503
2 changed files with 6 additions and 0 deletions
5
home/common/core/nixvim/plugins/comment.nix
Normal file
5
home/common/core/nixvim/plugins/comment.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.nixvim.plugins.comment = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -20,6 +20,7 @@ in
|
|||
./fold.nix
|
||||
./todo-comments.nix
|
||||
./oil.nix
|
||||
./comment.nix
|
||||
];
|
||||
|
||||
# Load Plugins that aren't provided as modules by nixvim
|
||||
|
|
Loading…
Add table
Reference in a new issue