matchtagalways vue
This commit is contained in:
parent
b4427963eb
commit
e2f70dd7eb
8
vimrc
8
vimrc
|
@ -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 {{{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue