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