diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-11-30 11:43:06 +0000 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-11-30 11:43:06 +0000 |
commit | d7bc67f8cb41f00ff3ec03e5fd8f6afe5f2b59ca (patch) | |
tree | a60c2cf0da668c6180a3a0dd0078c31151a6c7eb /install | |
parent | 4d1991fdde86152510327a32e033f14163b82302 (diff) | |
download | dotfiles-d7bc67f8cb41f00ff3ec03e5fd8f6afe5f2b59ca.tar.gz dotfiles-d7bc67f8cb41f00ff3ec03e5fd8f6afe5f2b59ca.zip |
bootstrap vundle in vimrc instead installer
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -121,8 +121,6 @@ function vimConfigInstaller() { # link ctags type ctags >/dev/null 2>&1 && { echo -e "let \$MYCTAGS='$(which ctags)'" >> $vimrc; } echo -e "source $ABS_BASE_DIR/vimrc" >> $vimrc - git clone https://github.com/VundleVim/Vundle.vim.git $vim_home/bundle/Vundle.vim &> /dev/null || { echo "Vundle not cloned, using existing!"; } - vim +PluginUpdate +qall -c "q" return 0 } |