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

8 lines
84 B
Nix

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