.vimrc, simple configures for server, without plugins.
This repository is a simplified version of k-vim
Just remove all plugins, keep basic config.
cp ~/.vimrc ~/.vimrc_bak
recommend
curl https://raw.githubusercontent.com/rogerzhoume/vim-for-server/master/vimrc > ~/.vimrc
or use git
git clone https://github.com/rogerzhoume/vim-for-server.git
ln -s vim-for-server/vimrc ~/.vimrc