removing closetag altogether

This commit is contained in:
Loic Nageleisen 2012-02-03 19:38:11 +01:00
parent d1532390a5
commit cb47e554fe
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View file

@ -10,9 +10,6 @@
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/closetag"]
path = bundle/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git

@ -1 +0,0 @@
Subproject commit 254d2307015370424034c0298a1148c4a7add069

2
vimrc
View file

@ -1,7 +1,7 @@
" lloeki's vimrc
"bundle loading via pathogen
let g:pathogen_disabled = ['closetag']
let g:pathogen_disabled = []
filetype off
runtime bundle/pathogen/autoload/pathogen.vim