my_nixvim_sharings/config/plugins/comment.nix
2024-08-07 09:08:11 +08:00

7 lines
67 B
Nix

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