aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:40:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-13 11:40:52 +1200
commit4ea0f851568e10f538374c4dad0d88cae4df1476 (patch)
treed9fcd6079d06bde0166f9c906e7cd28aafc28a9d /Makefile
parentExplicitly create Vim $MYVIM/cache dir (diff)
downloaddotfiles-4ea0f851568e10f538374c4dad0d88cae4df1476.tar.gz
dotfiles-4ea0f851568e10f538374c4dad0d88cae4df1476.zip
Drop support for Neovim
It's just annoying.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index fae2722a..f6a2ae02 100644
--- a/Makefile
+++ b/Makefile
@@ -550,12 +550,6 @@ install-vim: install-vim-after \
install-vim-plugin \
install-vim-syntax
-install-neovim:
- make install-vim \
- VIM=nvim \
- VIMDIR="$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim" \
- VIMRC="$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim/init.vim"
-
install-vim-after: install-vim-after-ftplugin \
install-vim-after-indent \
install-vim-after-plugin \