forked from cohabit/server_config
6 lines
100 B
Bash
6 lines
100 B
Bash
# Setup vimrc
|
|
cp -a ./vim/vim/. /root/
|
|
|
|
# Preinstall plugins
|
|
vim -E -s +PluginInstall +visual +qall
|