Skip to content

Equal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published