Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 322 Bytes

File metadata and controls

21 lines (14 loc) · 322 Bytes

Vim

My vimrc etc.

Installation

$ git clone https://github.com/mkrogh/vim.git ~/.vim
$ vim

Neovim

$ git clone https://github.com/mkrogh/vim.git .config/nvim
$ nvim

Restart vim and you are good to go.

Update

$ cd ~/.vim
$ git pull master

Then run vim and execute :PlugUpdate