An open API service indexing awesome lists of open source software.

https://github.com/gre/vimrc


https://github.com/gre/vimrc

Last synced: 5 months ago
JSON representation

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!**