Note
All of my GitHub repositories have been archived and will be migrated to Codeberg as I next work on them. This repository either now lives, or will live, at:
https://codeberg.org/pbrisbin/vim-config
If you need to report an Issue or raise a PR, and this migration hasn't happened yet, send an email to me@pbrisbin.com.
My vim setup is broken into individual plugins, all of which come together in my vimrc via Vundle.
This one happens to be a grab-bag of miscellaneous settings and maps which don't seem to form anything cohesive. Feel free to install this bundle, but understand it may depend on other bundles I happen to use.
If you wish to use my entire setup, simply copy my vimrc and
:BundleInstall all the things listed therein.
- Use Vundle
- Add
Bundle 'pbrisbin/vim-config'to~/.vimrc
See here for an example.