aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:30:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:30:20 +1200
commit68f676b65d776afec4acca520daef436f1e1f500 (patch)
treef32dde4bc0ece9d42c3424c3526b913e14c22b57 /Makefile
parentProvide install-neovim target (diff)
downloaddotfiles-68f676b65d776afec4acca520daef436f1e1f500.tar.gz
dotfiles-68f676b65d776afec4acca520daef436f1e1f500.zip
Add vim config subfile to undo Debian's changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bb09b1a..b42ee72c 100644
--- a/Makefile
+++ b/Makefile
@@ -549,6 +549,7 @@ install-vim-compiler:
install-vim-config:
cp -p -- vim/vimrc $(VIMRC)
+ cp -p -- vim/config/*.vim $(VIMDIR)/config
install-vim-filetype:
cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)