Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 578 Bytes

Requirements for .vimrc

  • vim 8+
  • ag (The Silver Searcher)

Run the following commands to download Vundle

git submodule init && git submodule update

If you did not clone to ~, update lines 9 and 10 of .vim/.vimrc to reflect the new path

Add to your ~/.vimrc:

so ~/<path-to-dotfiles>/.vim/.vimrc

Inside of vim, run

:PluginInstall

to install the plugins.