nixos/home/common/core/nixvim/plugins/comment.nix

6 lines
66 B
Nix

{
programs.nixvim.plugins.comment = {
enable = true;
};
}