Files
nixos-config/modules/home/neovim/plugins/grug-far.nix
2025-08-16 14:46:16 +02:00

8 lines
84 B
Nix

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