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 ~/.vim
-
Create some links:
$ ln -s ~/.vim/vimrc ~/.vimrc $ ln -s ~/.vim/gvimrc ~/.gvimrc $ ln -s ~/.vim $XDG_CONFIG_HOME/nvim
-
Start 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