mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +00:00
* fix(lsp): replace @private with @nodoc for public client functions To prevent lua-ls warnings in plugins which use the functions. * fix(lsp): remove duplicate type annotations/class definitions These annotations became duplicate with https://github.com/neovim/neovim/pull/23750