From a27958002f5c19be4a465c1627883bd6e3672b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Thu, 18 Jun 2026 20:45:24 +0200 Subject: [PATCH] Neovim is self administered --- terminal-environment/editor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terminal-environment/editor.nix b/terminal-environment/editor.nix index a24e2ec..7481fea 100644 --- a/terminal-environment/editor.nix +++ b/terminal-environment/editor.nix @@ -37,7 +37,7 @@ in initLua = "require('core')"; }; - xdg.configFile."nvim" = { - source = neovim_configuration; - }; + -- xdg.configFile."nvim" = { + -- source = neovim_configuration; + -- }; }