From 0e6c61a44092e98ba1d75b41f4f947843dc7814d Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Fri, 28 May 2021 04:05:20 +0800 Subject: [PATCH] programs.neovim: Set customRC for new nixpkgs (#2039) Previously with newer nixpkgs revisions extraConfig would not make it into init.nvim --- modules/programs/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/neovim.nix b/modules/programs/neovim.nix index 4a8bd3d1b..75bcbb760 100644 --- a/modules/programs/neovim.nix +++ b/modules/programs/neovim.nix @@ -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 {