Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelhy/vim
My VIm configuration files
https://github.com/joelhy/vim
Last synced: 26 days ago
JSON representation
My VIm configuration files
- Host: GitHub
- URL: https://github.com/joelhy/vim
- Owner: joelhy
- Created: 2011-03-24T04:27:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T07:10:24.000Z (over 9 years ago)
- Last Synced: 2023-03-11T21:51:28.646Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my Vim configuration.
Configuration Steps:
```
git clone https://github.com/joelhy/Vim.git .vim
ln -s /home/joelhy/.vim/vimrc /home/joelhy/.vimrc
cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
vim +PluginInstall +qall
```