yaegassy / coc-volar

Volar (Fast Vue Language Support) extension for coc.nvim
https://www.npmjs.com/package/@yaegassy/coc-volar
MIT License
272 stars 6 forks source link

Hover provider no longer works with 0.35.0 or newer #339

Closed drgrice1 closed 5 months ago

drgrice1 commented 5 months ago

If I downgrade to 0.34.23 hover works again. Any later version seems to not work. If I type Shift-K I get hover provider not found for current buffer. This is with vim (not neovim) if that makes a difference.

drgrice1 commented 5 months ago

Nevermind, it seems that I had "tsserver.enable": false in my coc-settings.json file. I think that was needed before with takeover mode. With 0.35.0 it seems that you have changed that.