aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 507221a8..acf0bab7 100644
--- a/Makefile
+++ b/Makefile
@@ -512,7 +512,7 @@ install-neovim:
make install-vim \
VIM=nvim \
VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \
- VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim
+ VIMRC=$${XDG_CONFIG_HOME:="$$HOME"/.config}/nvim/init.vim
install-vim-after: install-vim-after-ftplugin \
install-vim-after-indent \