mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
commit
aba1b91213
@ -10,7 +10,6 @@ function! SpaceVim#layers#lang#xml#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins,['Valloric/MatchTagAlways', { 'on_ft' : ['html' , 'xhtml' , 'xml' , 'jinja']}])
|
||||
call add(plugins,['sukima/xmledit', { 'on_ft' : ['html' , 'xhtml' , 'xml' , 'jinja']}])
|
||||
call add(plugins,['alvan/vim-closetag', { 'on_ft' : ['html' , 'xhtml' , 'xml' , 'jinja']}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user