Files
nix-config/home/pc/common/programs/nvim/plugins/codesnap.nix
T
2025-12-01 18:33:37 -05:00

12 lines
178 B
Nix

{ ... }:
{
programs.nixvim.plugins.codesnap = {
enable = true;
settings = {
has_line_number = true;
bg_theme = "grape";
watermark = "";
};
};
}