nvim.nix/config/plugins/editor/comment.nix

9 lines
61 B
Nix
Raw Normal View History

2024-08-04 21:19:37 +08:00
{ ... }:
{
plugins.comment = {
enable = true;
};
}