Add lua to neovim/editor configuration

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-03-28 11:05:08 +01:00
parent 1130a847a6
commit e474979699

View File

@@ -10,6 +10,7 @@ in
ripgrep ripgrep
ripgrep-all ripgrep-all
ctags ctags
lua54Packages.luarocks-nix
]; ];
programs.neovim = { programs.neovim = {
@@ -18,5 +19,7 @@ in
withPython3 = true; withPython3 = true;
withRuby = true; withRuby = true;
withNodeJs = true; withNodeJs = true;
viAlias = true;
vimAlias = true;
}; };
} }