From d166a078541982a76f14d3e06e9665fa5c9ed85e Mon Sep 17 00:00:00 2001 From: teto <886074+teto@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:34:06 +0200 Subject: [PATCH] neovim: fix viml plugin config appearing twice nixpkgs is now in charge of aggregating viml config so no need to duplicate the work in HM. --- modules/programs/neovim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/neovim.nix b/modules/programs/neovim.nix index a0122182..d98e3598 100644 --- a/modules/programs/neovim.nix +++ b/modules/programs/neovim.nix @@ -500,7 +500,6 @@ in shellAliases = mkIf cfg.vimdiffAlias { vimdiff = "nvim -d"; }; }; - programs.neovim.extraConfig = lib.concatStringsSep "\n" vimPackageInfo.userPluginViml; programs.neovim.extraPackages = mkIf cfg.autowrapRuntimeDeps vimPackageInfo.runtimeDeps; programs.neovim.extraWrapperArgs = mkIf (!wrapperHasUserConfig) [