aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-25 16:31:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-25 16:31:36 +1200
commit3a6793b57f7b99e2cc7fed016f1a9f8b0bc15495 (patch)
treed5e0d9b21ae60f552479a7d4aa478b35f7eb9d18 /Makefile
parentStamp down three new ShellCheck 0.5.0 errors (diff)
downloaddotfiles-3a6793b57f7b99e2cc7fed016f1a9f8b0bc15495.tar.gz
dotfiles-3a6793b57f7b99e2cc7fed016f1a9f8b0bc15495.zip
Correct VIMRC path for NeoVim install target
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 \