From e4749796996dcc1e20c70ded5d1f2fe2af69b9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sat, 28 Mar 2026 11:05:08 +0100 Subject: [PATCH] Add lua to neovim/editor configuration --- terminal-environment/editor.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminal-environment/editor.nix b/terminal-environment/editor.nix index 5a0044f..7dd9d20 100644 --- a/terminal-environment/editor.nix +++ b/terminal-environment/editor.nix @@ -10,6 +10,7 @@ in ripgrep ripgrep-all ctags + lua54Packages.luarocks-nix ]; programs.neovim = { @@ -18,5 +19,7 @@ in withPython3 = true; withRuby = true; withNodeJs = true; + viAlias = true; + vimAlias = true; }; }