diff --git a/home/common/core/nixvim/plugins/comment.nix b/home/common/core/nixvim/plugins/comment.nix new file mode 100644 index 0000000..b55ef26 --- /dev/null +++ b/home/common/core/nixvim/plugins/comment.nix @@ -0,0 +1,5 @@ +{ + programs.nixvim.plugins.comment = { + enable = true; + }; +} diff --git a/home/common/core/nixvim/plugins/default.nix b/home/common/core/nixvim/plugins/default.nix index a87d10c..4b31673 100644 --- a/home/common/core/nixvim/plugins/default.nix +++ b/home/common/core/nixvim/plugins/default.nix @@ -20,6 +20,7 @@ in ./fold.nix ./todo-comments.nix ./oil.nix + ./comment.nix ]; # Load Plugins that aren't provided as modules by nixvim