neovim: fix viml plugin config appearing twice
Some checks failed
/ triage (push) Has been cancelled
GitHub Pages / publish (ubuntu-latest) (push) Has been cancelled

nixpkgs is now in charge of aggregating viml config so no need to
duplicate the work in HM.
This commit is contained in:
teto 2026-04-02 14:34:06 +02:00 committed by Matthieu Coudron
parent eb6f347055
commit d166a07854

View file

@ -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) [