mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +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