vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

Now vim has direct handling on LSP messages, we can use it when available

Open CoelacanthusHex opened this issue 2 years ago • 3 comments

Now vim has direct handling on LSP messages, we can use it when available https://github.com/vim/vim/commit/9247a221ce7800c0ae1b3487112d314b8ab79f53 has("patch-8.2.4648") can determine this feature

CoelacanthusHex avatar Mar 30 '22 10:03 CoelacanthusHex

Looking forward to this. I will probably play around a bit more.

We should be able to update client.vim and use this directly without using async.vim behind a flag.

If someone wants to go for this feel free to try it out in the meanwhile.

prabirshrestha avatar Mar 30 '22 17:03 prabirshrestha

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 11 '22 04:06 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 12 '22 06:08 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 16 '22 03:10 stale[bot]

I have been working on native support at https://github.com/prabirshrestha/vim-lsp/pull/1362. Feel free to give it a try. Will continue to dogfood this for this next several days.

prabirshrestha avatar Nov 02 '22 02:11 prabirshrestha