Files
nixos-config/modules/home/neovim/plugins/grug-far.nix
2025-12-07 17:28:08 +00:00

8 lines
75 B
Nix

{
programs.nixvim.plugins = {
grug-far = {
enable = true;
};
};
}