Skip to content
forked from toranb/vimfiles

the ultimate vim configuration for python and django development

Notifications You must be signed in to change notification settings

imtapps/vimfiles-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Vim Script 98.6%
  • Ruby 1.4%