https://github.com/gre/vimrc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gre/vimrc
- Owner: gre
- Fork: true (baloo/vimrc)
- Created: 2011-07-28T14:08:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T09:39:21.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:33:38.013Z (about 2 years ago)
- Language: VimL
- Homepage:
- Size: 213 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My vimrc conf
============
`git clone git@github.com:gre/vimrc.git .vim`
Keep It Simple as Stupid
-----------------------
* **vimrc** is the global config. `ln -s .vim/vimrc .vimrc`
* **autoload/pathogen.vim** helps to _manage your `runtimepath`_
* **bundle/** contains all modules. add one with
`git submodule add {gitpath} bundle/{name}`
**Enjoy!**