From 38dd8f048fd12d47b68e59404101ca2bf3ff5133 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 16 Nov 2018 09:19:10 +1100 Subject: [PATCH] Switch to another plugin for closing XML tags, which doesn't require the HTML ftplugin to extend the XML one --- config/vim/ftplugin/html.vim | 2 -- config/vim/plugins.vim | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 config/vim/ftplugin/html.vim diff --git a/config/vim/ftplugin/html.vim b/config/vim/ftplugin/html.vim deleted file mode 100644 index 33cb5b1..0000000 --- a/config/vim/ftplugin/html.vim +++ /dev/null @@ -1,2 +0,0 @@ -let b:html_mode = 1 -runtime! ftplugin/xml.vim diff --git a/config/vim/plugins.vim b/config/vim/plugins.vim index afb16aa..c7a9a1e 100644 --- a/config/vim/plugins.vim +++ b/config/vim/plugins.vim @@ -70,10 +70,10 @@ call Plug('wincent/loupe') call Plug('wincent/terminus') call Plug('w0rp/ale') +call Plug('alvan/vim-closetag') call Plug('LaTeX-Box-Team/LaTeX-Box') call Plug('vhda/verilog_systemverilog.vim') call Plug('sheerun/vim-polyglot') -call Plug('sukima/xmledit') call Plug('ehamberg/vim-cute-python') call Plug('Glench/Vim-Jinja2-Syntax')