neovim to be managed home-manager instead of Lazy

This commit is contained in:
2023-10-17 11:28:12 +02:00
parent 618a923165
commit 95ba2a9ee0
9 changed files with 19 additions and 113 deletions

View File

@@ -59,9 +59,6 @@
gcon = "git config user.name";
all-switch = "nix-switch && home-switch";
all-update = "nix flake update ${flake_path}# && all-switch";
vi = "nvim";
vim = "nvim";
vimdiff = "nvim -d";
};
};
};