Working version

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-02 17:48:55 +02:00
parent 0cf9535c86
commit d87afd4c75

View File

@@ -6,6 +6,9 @@ in
home.packages = with pkgs; [
vim
neovim
neovim-qt
fzf
ripgrep
ripgrep-all
@@ -13,15 +16,12 @@ in
lua54Packages.luarocks-nix
nixfmt
haskellPackages.lsp
];
programs.neovim = {
enable = true;
defaultEditor = true;
withPython3 = true;
withRuby = true;
withNodeJs = true;
viAlias = true;
vimAlias = true;
};
python3
python3Packages.pynvim
nodejs
ruby
];
}