A relatively barebones Vim setup.
- Clean. Nothing (well, almost nothing) is in this setup that I don't use regularly.
- Standalone. You shouldn't need to worry about where you put these
files - just that you properly use
init.vim
as your vimrc file. We figure out the rest.- You could even have multiple copies laying around! All plugins get installed into a subdirectory of this repo.
If you want to, I guess...
- Clone this repository.
- Either link
init.vim
as your.vimrc
(ln -sf $PWD/dotvim/init.vim ~/.vimrc
), or try it out withvim -u dotvim/init.vim
- That's it!
- You may need to run
:PlugInstall
. This should happen automatically though.
- You may need to run