refactored modules

changed bundle names as vim-(.*) and (.*)\.vim
uniformised those repo urls as https
This commit is contained in:
Loic Nageleisen 2012-02-03 19:21:30 +01:00
parent e256d3b5a5
commit 3f96fabd9a
19 changed files with 37 additions and 41 deletions

2
vimrc
View file

@ -4,7 +4,7 @@
let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag', 'command-t']
filetype off
runtime bundle/vim-pathogen/autoload/pathogen.vim
runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()
syntax on
filetype plugin indent on