Skip to content

Commit d176303

Browse files
committed
extraLuaConfig -> initLua
1 parent 1b4d266 commit d176303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/home-manager/nvim/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ in
180180
inherit (pkgs.stable.vimPlugins) lualine-nvim;
181181
};
182182

183-
extraLuaConfig = lib.mkBefore ''
183+
initLua = lib.mkBefore ''
184184
local plugins = {
185185
${pluginList config.programs.neovim.plugins}
186186
}

0 commit comments

Comments
 (0)