vim-lsp 2022 #1255
Replies: 5 comments 10 replies
-
Sometime this year, I think it would be wise to begin writing some features in vim9script. Vim9script can be mixed with legacy vimscript in the same file. While vim 9 itself has not been released yet, it shouldn't be too far off as Bram indicates the syntax and implementation are stable. The feature itself has been added already for testing. When vim 9 is eventually released and trickles down to the stable repos, this would result in a big performance gain for anyone who can't take advantage of lua. |
Beta Was this translation helpful? Give feedback.
-
As told here, it could be nice to have a DAP client, maybe in Note: why not, if it is possible, create Machine Interface for DAP so that we can use termdebug as client |
Beta Was this translation helpful? Give feedback.
-
Lot of folks seems to want workspaceFolders support. |
Beta Was this translation helpful? Give feedback.
-
I don't like coc.nvim. But for now coc.nvim return better complete items than vim-lsp. |
Beta Was this translation helpful? Give feedback.
-
microsoft/language-server-protocol#737 Explicitly handling for diagnostics. |
Beta Was this translation helpful? Give feedback.
-
It is the time of the year to go back to the community and ask what you would like to see in vim-lsp going forward in 2022. I have done similar posts in the past vim-lsp 2020 and vim-lsp 2021 (poll).
Please use one comment for each suggestion. If you want to expand on it use the replies. Use the thumbs-up and thumbs-down to express whether you agree with a specific answer/request (you can find that in the header of the comment on the top right, looks like a smiley face). Looking at the latest LSP spec we seem to have most of the features in vim-lsp except few big ones. There are also lots of possibilities for small user and ux improvements that I have in mind but as last year I want to see what you think is a top priority.
Last year we made a lot of perf improvements (not done yet), internal refactor, improved stability and added tons of new features.
For the first time we opened up donations and had some contributions. If you are enjoying vim-lsp feel free to checkout https://opencollective.com/vim-lsp or individually donate to contributors of your choice.
Happy New Year!
Beta Was this translation helpful? Give feedback.
All reactions