https://github.com/graysonchen/dot_vim
https://github.com/graysonchen/dot_vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graysonchen/dot_vim
- Owner: graysonchen
- Created: 2013-03-31T15:30:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T06:56:14.000Z (about 13 years ago)
- Last Synced: 2025-07-27T11:49:09.918Z (11 months ago)
- Language: VimL
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```