Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 252 Bytes

dotfiles

Configuration files

Vim

Install vim-plug:

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Run vim and install all other plugins:

$ vim +PlugInstall