mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
removing closetag altogether
This commit is contained in:
parent
d1532390a5
commit
cb47e554fe
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
2
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue