This are the small vimrc files I use on Mac and Linux. Use at your own risk 😈!
Clone this repository:
$ git clone https://github.com/mhubig/vim.git ~/.vimCreate some links:
$ ln -s ~/.vim/vimrc ~/.vimrc $ ln -s ~/.vim/gvimrc ~/.gvimrc $ ln -s ~/.vim $XDG_CONFIG_HOME/nvimStart Vim and install the plugins with
:PlugInstall
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim