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

https://github.com/graysonchen/dot_vim


https://github.com/graysonchen/dot_vim

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

git clone http://github.com/cgg5207/dot_vim.git ~/.vim

ln -s ~/.vim/.vimrc ~/.vimrc

install ctags
```
yaourt -S ack ctags # ArchLinux
sudo apt-get install ack-grep ctags # Ubuntu
brew install ack ctags # OS X
```