mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update install_awesome_vimrc.sh
Auto install ctags.
This commit is contained in:
parent
095230d65d
commit
90a3d8124d
@ -12,4 +12,6 @@ source ~/.vim_runtime/my_configs.vim
|
|||||||
catch
|
catch
|
||||||
endtry' > ~/.vimrc
|
endtry' > ~/.vimrc
|
||||||
|
|
||||||
|
type ctags >/dev/null 2>&1 || { sudo apt-get install ctags; }
|
||||||
|
|
||||||
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"
|
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"
|
||||||
|
Loading…
Reference in New Issue
Block a user