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

https://github.com/joom/vimrc

my vim settings / plugins
https://github.com/joom/vimrc

Last synced: 4 months ago
JSON representation

my vim settings / plugins

Awesome Lists containing this project

README

          

# vimrc
My personal vim settings and plugins.

After you backup your .vimrc file and .vim folder, you can install this by running this bash line:

```bash
echo "runtime vimrc" > ~/.vimrc && mkdir ~/.vim && cd ~/.vim && git clone https://github.com/joom/vimrc.git . && git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim && vim +PluginInstall
```

You're all set! Enjoy!