Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luckyyang/luckyyang-vim

vim config
https://github.com/luckyyang/luckyyang-vim

Last synced: 21 days ago
JSON representation

vim config

Awesome Lists containing this project

README

        

Fork from git clone [email protected]/happypeter/peter-vim.git
### Who will love this?
If you do web dev a lot...yes

### Install
1. clone the repo

git clone [email protected]/luckyyang/luckyyang-vim.git

1. rename it

mv luckyyang-vim ~/.vim

1. set up `~/.vimrc`, have a fake `.vimrc` in your `$HOME`

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

1. you also need to install `Ctags`, `ack-grep`

sudo apt-get install exuberant-ctags ack-grep # for ubuntu

1. Video about how manage plugins

- [vim plugin manage](http://happycasts.net/episodes/30)