Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckyyang/luckyyang-vim
vim config
https://github.com/luckyyang/luckyyang-vim
Last synced: 21 days ago
JSON representation
vim config
- Host: GitHub
- URL: https://github.com/luckyyang/luckyyang-vim
- Owner: luckyyang
- Created: 2013-08-31T07:07:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T07:10:35.000Z (about 11 years ago)
- Last Synced: 2024-10-14T02:09:41.980Z (about 1 month ago)
- Language: VimL
- Size: 684 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 repogit 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)