matchtagalways vue
This commit is contained in:
parent
b4427963eb
commit
e2f70dd7eb
1 changed files with 7 additions and 1 deletions
8
vimrc
8
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 {{{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue