Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhchabran/old-vimfiles
My personal vimfiles, all batteries included !
https://github.com/jhchabran/old-vimfiles
Last synced: about 19 hours ago
JSON representation
My personal vimfiles, all batteries included !
- Host: GitHub
- URL: https://github.com/jhchabran/old-vimfiles
- Owner: jhchabran
- Created: 2011-03-28T21:56:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T07:50:24.000Z (almost 11 years ago)
- Last Synced: 2024-10-09T18:41:58.060Z (about 1 month ago)
- Language: VimL
- Homepage:
- Size: 159 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
============Clone the repo:
`git clone https://github.com/jhchabran/vimfiles.git ~/.vim`Then install Vundle:
`git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`Make sure vim finds the vimrc file by either symlinking it:
`ln -s ~/.vim/vimrc ~/.vimrc`Remember to run :BundleInstall to tell Vundle to grab all plugins