Compare commits

...

2 Commits

Author SHA1 Message Date
Nina Chlóe Kassandra Reiß
e474979699 Add lua to neovim/editor configuration 2026-03-28 11:05:08 +01:00
Nina Chlóe Kassandra Reiß
1130a847a6 Add ctags support for neovim 2026-03-28 07:31:47 +01:00

View File

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