From da20a1d72bcbe1bff714af98b1083ffd50d2039f 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:46:22 +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 7481fea..1dc0bd9 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; + # }; }