forked from cohabit/server_config
feat: preinstall vim plugin automatically
This commit is contained in:
parent
f55b033739
commit
04563dc869
|
@ -1,2 +1,5 @@
|
|||
# Setup vimrc
|
||||
cp -a ./vim/vim/. /root/
|
||||
|
||||
# Preinstall plugins
|
||||
vim -E -s +PluginInstall +visual +qall
|
||||
|
|
Loading…
Reference in a new issue