mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
refactored modules
changed bundle names as vim-(.*) and (.*)\.vim uniformised those repo urls as https
This commit is contained in:
parent
e256d3b5a5
commit
3f96fabd9a
19 changed files with 37 additions and 41 deletions
2
vimrc
2
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue