sheerun / vim-polyglot

A solid language pack for Vim.
5.58k stars 298 forks source link

Hangs when opening .vue files #741

Open luisdavim opened 3 years ago

luisdavim commented 3 years ago

Does this bug happen when you install plugin without vim-polyglot? No.

Describe the bug: Opening .vue files makes vim hag but If I comment out the vim-polyglot plugin from my configuration it works fine. I've tried setting:

let g:polyglot_disabled = ['vue', 'coffee', 'javascript', 'html', 'coffee-script', 'jsx']

but that din't help.

To Reproduce: just open a .vue file whilst having the vim-polyglot plugin enabled.

luisdavim commented 3 years ago

looks like setting

let g:vue_pre_processors = []

solves the issue.