diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-22 13:51:52 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-22 13:51:52 +1200 |
commit | 5ba51bb0d6d088241dc435b58f56a1dbc5fc249d (patch) | |
tree | 36d453e64bb29d4c2ed33fb75651afdf0a0bce0c | |
parent | Merge branch 'release/v0.59.0' into develop (diff) | |
download | dotfiles-5ba51bb0d6d088241dc435b58f56a1dbc5fc249d.tar.gz dotfiles-5ba51bb0d6d088241dc435b58f56a1dbc5fc249d.zip |
Don't create ~/.vim/config
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -545,7 +545,6 @@ install-vim-compiler: cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler install-vim-config: - mkdir -p -- $(VIMDIR)/config cp -p -- vim/vimrc $(VIMRC) install-vim-filetype: |