Files
nix-config/home-manager/nixvim/refactoring.nix
2024-05-16 22:40:39 +02:00

4 lines
48 B
Nix

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