summaryrefslogtreecommitdiff
path: root/home/neovim
diff options
context:
space:
mode:
Diffstat (limited to 'home/neovim')
-rw-r--r--home/neovim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix
index e120113..1eb18d8 100644
--- a/home/neovim/default.nix
+++ b/home/neovim/default.nix
@@ -14,7 +14,7 @@ in {
viAlias = true;
vimAlias = true;
- extraLuaConfig = ''
+ initLua = ''
local config = ${lua_cfg}
${lua}