MAJOR FIX: neovim now works well

This commit is contained in:
biscuit
2025-06-03 17:13:13 -05:00
parent d1bffc3952
commit 4a49aba2ba
+1 -9
View File
@@ -12,18 +12,10 @@
sha256 = "sha256-Plo7edu9vXDDzZxyPu+traIAyHOouViU/nXNkDx+/N4=";
};
in {
imports = [
];
programs.neovim.enable = false;
home.packages = with pkgs; [
nix-neovim
lazygit
ripgrep
];
programs.neovim.enable = true;
# home.file.".config/nvim" = {
# # source = /home/biscuit/Nixos/packages/nvim/nvchad;
# source = nvimSource;
# recursive = true;
# force = true;
# };
}