summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/.vim/Makefile b/.vim/Makefile
index 3c5fc67..6e07c30 100644
--- a/.vim/Makefile
+++ b/.vim/Makefile
@@ -1,20 +1,14 @@
HOME=/home/urbain
-TARGETS=$(addprefix $(HOME)/,.vimrc .nvimrc .vim .nvim .vim/vimundo)
+TARGETS=$(addprefix $(HOME)/,.vimrc .vim .vim/vimundo)
all : $(TARGETS)
$(HOME)/.vimrc :
rm -f $@ && ln -s $(PWD)/vimrc $@
-$(HOME)/.nvimrc :
- rm -f $@ && ln -s $(PWD)/vimrc $@
-
$(HOME)/.vim :
rm -f $@ && ln -s $(PWD) $@
-$(HOME)/.nvim :
- rm -f $@ && ln -s $(PWD) $@
-
$(HOME)/.vim/vimundo :
mkdir -p $@