Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/vim-config
My vim configuration files
https://github.com/pbrisbin/vim-config
Last synced: about 1 month ago
JSON representation
My vim configuration files
- Host: GitHub
- URL: https://github.com/pbrisbin/vim-config
- Owner: pbrisbin
- Created: 2011-05-11T20:29:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-07T14:56:42.000Z (over 11 years ago)
- Last Synced: 2024-10-24T15:55:38.849Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 258 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Miscellanea
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.[plugins]: https://github.com/search?q=vim+%40pbrisbin&type=Repositories&ref=advsearch&l=VimL
[vimrc]: http://github.com/pbrisbin/dotfiles/blob/master/.vimrc
[Vundle]: https://github.com/gmarik/vundle## Installation
1. Use [Vundle][]
2. Add `Bundle 'pbrisbin/vim-config'` to `~/.vimrc`See [here][vimrc] for an example.