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.
This commit is contained in:
parent
eb6f347055
commit
d166a07854
1 changed files with 0 additions and 1 deletions
|
|
@ -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) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue