Files
nixvim/config/plugins/comment.nix
T
2026-09-23 18:12:00 +02:00

10 lines
104 B
Nix

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