mirror of
1
0
Fork 0

Update install_awesome_vimrc.sh

Auto install ctags.
This commit is contained in:
Wrfly 2015-04-20 00:24:34 +08:00
parent 095230d65d
commit 90a3d8124d
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
type ctags >/dev/null 2>&1 || { sudo apt-get install ctags; }
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"