Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 234 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 234 Bytes

Installation for Mac

  1. cd into .vim directory, and run:
git clone https://github.com/ys08/vimrc.git .
git submodule init
git submodule update
ln -s vimrc ~/.vimrc
  1. install fzf using brew
brew install fzf