Remove the config for MatchTagAlways

This commit is contained in:
Kevin MacMartin 2024-03-03 22:24:36 -05:00
parent b063453342
commit 924dc101d8

View file

@ -1,9 +0,0 @@
let g:mta_filetypes = {
\ 'aspnet':1,
\ 'html':1,
\ 'xhtml':1,
\ 'php':1,
\ 'xml':1,
\ 'jinja':1,
\ 'vue':1
\ }