Files
nix-config/home-manager/nixvim/refactoring.nix
2025-10-30 21:59:31 +01:00

6 lines
54 B
Nix

{
plugins = {
refactoring.enable = true;
};
}