From 1130a847a67a22a687cfedf0eaa507247aba3e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sat, 28 Mar 2026 07:31:47 +0100 Subject: [PATCH] Add ctags support for neovim --- terminal-environment/editor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal-environment/editor.nix b/terminal-environment/editor.nix index 95b037f..5a0044f 100644 --- a/terminal-environment/editor.nix +++ b/terminal-environment/editor.nix @@ -9,6 +9,7 @@ in fzf ripgrep ripgrep-all + ctags ]; programs.neovim = {