yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
470 stars 56 forks source link

Support for autocomplete for multiple servers on one file #559

Open maximyurevich opened 1 week ago

maximyurevich commented 1 week ago

For example, volar - language server for vue and unocss - language sever for tailwindcss. Autocomplete from these two servers should work in one file with vue extension

Shane-XB-Qian commented 1 week ago

you didn't answer the right question: it default was false, should be no possible to be such err. event it was err, then should not continue?

-- shane.xb.qian

Shane-XB-Qian commented 1 week ago

@yegappan

-- shane.xb.qian

Shane-XB-Qian commented 1 week ago

um.. sorry, I am reading in the mail, above comment was for https://github.com/yegappan/lsp/pull/495

-- shane.xb.qian

DanielViberg commented 1 week ago

I was looking into this before, also in relation to the volar server. https://github.com/yegappan/lsp/discussions/471

I parked the pr since it wasn't necessary, but maybe it should be looked into again.

maximyurevich commented 1 week ago

I was looking into this before, also in relation to the volar server. #471

I parked the pr since it wasn't necessary, but maybe it should be looked into again.

this feature is also needed for emmet ls and html ls to work in same time