6 lines
114 B
VimL
6 lines
114 B
VimL
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1
|
||
|
|
||
|
setlocal suffixesadd+=.vue
|
||
|
|
||
|
endif
|