forked from toranb/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
imtapps/vimfiles-1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This vim configuration uses pathogen and git submodules
First you need to clone this repository into .vim
git clone https://github.com/toranb/vimfiles ~/.vim
If you have ruby installed you can run rake to update/symlink
cd ~/.vim && rake
If you prefer to do it manually ...
cd ~/.vim
git submodule update --init
cd ../
ln -s ~/.vim/vimrc .vimrc
ln -s ~/.vim/gvimrc .gvimrc
About
the ultimate vim configuration for python and django development
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Vim Script 98.6%
- Ruby 1.4%