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

9 lines
61 B
Nix

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