6 lines
114 B
VimL
Raw Normal View History

2017-02-02 21:49:51 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vue') == -1
setlocal suffixesadd+=.vue
endif