nixvim-for-share/config/plugins/comment.nix
2025-07-26 12:43:01 +00:00

7 lines
67 B
Nix

{
plugins = {
comment = {
enable = true;
};
};
}