diff --git a/vimrc b/vimrc index 12c14b9..bead89b 100644 --- a/vimrc +++ b/vimrc @@ -149,7 +149,13 @@ if !has('nvim') " #MatchTagAlways{{{ " https://github.com/Valloric/MatchTagAlways Plug 'Valloric/MatchTagAlways' - +let g:mta_filetypes = { + \ 'jinja' : 1, + \ 'html' : 1, + \ 'vue' : 1, + \ 'xhtml' : 1, + \ 'xml' : 1, + \} "}}} " #Netrw {{{