1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

programs.neovim: Set customRC for new nixpkgs (#2039)

Previously with newer nixpkgs revisions extraConfig would not make it into init.nvim
This commit is contained in:
Joe Hermaszewski 2021-05-28 04:05:20 +08:00 committed by GitHub
parent ddf35436b7
commit 0e6c61a440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,6 +227,7 @@ in {
extraPython3Packages withPython3 withNodeJs withRuby viAlias vimAlias;
configure = cfg.configure // moduleConfigure;
plugins = cfg.plugins;
customRC = cfg.extraConfig;
};
in mkIf cfg.enable {