prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

Add try..catch as id as string is not supported by vim. #1538

Closed prabirshrestha closed 5 months ago

prabirshrestha commented 5 months ago

Partially solve native lsp in vim not supporting string for id when sending response.

Refer to following for more details: https://github.com/prabirshrestha/vim-lsp/issues/1497 https://github.com/vim/vim/issues/14091