Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 323 Bytes

How to setup vim on a new machine

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

  • create folder called plugged in .vim

  • open vim, source .vimrc and also run :PlugInstall

  • brew install fzf (for file finding)