aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:04:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:07:43 +1300
commitd2894162a1e6d1315a91d0e48677a6eb47ccaf7d (patch)
tree075732dd8e701300e2ca7ea8f1bc144a6515a48d /Makefile
parentUse :help for 'keywordprg', junk tag binding (diff)
downloaddotfiles-d2894162a1e6d1315a91d0e48677a6eb47ccaf7d.tar.gz
dotfiles-d2894162a1e6d1315a91d0e48677a6eb47ccaf7d.zip
Use "stub .vimrc" method to dodge vim-tiny
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 882982c6..2629ec55 100644
--- a/Makefile
+++ b/Makefile
@@ -517,7 +517,7 @@ install-urxvt: urxvt/ext/select
VIM = vim
VIMDIR = $(HOME)/.vim
-VIMRC = $(HOME)/.vimrc
+VIMRC = $(HOME)/.vim/vimrc
install-vim: install-vim-after \
install-vim-autoload \
@@ -582,6 +582,7 @@ install-vim-compiler:
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
install-vim-config: install-vim-cache
+ cp -p -- vim/vimrc.stub.vim $(HOME)/.vimrc
cp -p -- vim/vimrc $(VIMRC)
if [ -e /etc/debian_version ] ; then \
cp -p -- vim/system/debian.vim $(VIMDIR)/system.vim ; \