.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
# Unix/Linux/macOS
curl https://raw.githubusercontent.com/the-eric-kwok/vim-for-server/master/vimrc > ~/.vimrc
# Windows PowerShell
Invoke-WebRequest -URI https://raw.githubusercontent.com/the-eric-kwok/vim-for-server/master/vimrc -OutFile ~\.vimrc
or using git
# Unix/Linux/macOS
git clone https://github.com/the-eric-kwok/vim-for-server.git .vim-for-server
ln -s .vim-for-server/vimrc ~/.vimrc
# Windows PowerShell
git clone https://github.com/the-eric-kwok/vim-for-server.git .vim-for-server
# Run below command in Administrator privelege
New-Item -Value .vim-for-server/vimrc -Path ~\.vimrc -ItemType SymbolicLink
You can Buy me a coffee:) link
wklken
Email: [email protected]
Github: https://github.com/wklken
Blog: http://www.wklken.me
2014-10-26 ShenZhen