nixvim-config/config/plugins/editor/commentary.nix
2025-06-22 12:50:12 +08:00

5 lines
60 B
Nix

{...}: {
plugins.commentary = {
enable = true;
};
}