From ad5e7aa5e749f22a10af662e3fc4e0fd6f11f554 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 7 Jun 2025 15:50:28 +0800 Subject: [PATCH] fix(neovim): remove unecessary override --- modules/coding/editor/neovim/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/coding/editor/neovim/default.nix b/modules/coding/editor/neovim/default.nix index 50e67dc..dbda401 100644 --- a/modules/coding/editor/neovim/default.nix +++ b/modules/coding/editor/neovim/default.nix @@ -20,9 +20,6 @@ lib.my.makeHomeProgramConfig { recursive = true; }; programs.neovim = { - package = pkgs.neovim-unwrapped.overrideAttrs { - treesitter-parsers = { }; - }; enable = true; defaultEditor = true; viAlias = true;