aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 64fbabe8..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 \
@@ -592,7 +586,9 @@ install-vim-bundle: install-vim-config
install-vim-cache:
mkdir -p -- \
+ $(VIMDIR)/cache \
$(VIMDIR)/cache/backup \
+ $(VIMDIR)/cache/spell \
$(VIMDIR)/cache/swap \
$(VIMDIR)/cache/undo