matchtagalways vue

This commit is contained in:
ManjaroOne666 2018-11-22 13:01:00 +00:00
parent b4427963eb
commit e2f70dd7eb
1 changed files with 7 additions and 1 deletions

8
vimrc
View File

@ -149,7 +149,13 @@ if !has('nvim')
" #MatchTagAlways{{{ " #MatchTagAlways{{{
" https://github.com/Valloric/MatchTagAlways " https://github.com/Valloric/MatchTagAlways
Plug 'Valloric/MatchTagAlways' Plug 'Valloric/MatchTagAlways'
let g:mta_filetypes = {
\ 'jinja' : 1,
\ 'html' : 1,
\ 'vue' : 1,
\ 'xhtml' : 1,
\ 'xml' : 1,
\}
"}}} "}}}
" #Netrw {{{ " #Netrw {{{