neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit bd41f6eb6c6677f759bae863eaa88e46efef2fed
parent 41199c45d6bb92abb5b52ab78cc088592f3d452c
Author: Maria Solano <majosolano99@gmail.com>
Date:   Tue, 14 Oct 2025 13:55:06 -0700

fix(lsp): add deprecation comment to `gen_lsp` (#36185)


Diffstat:
Msrc/gen/gen_lsp.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gen/gen_lsp.lua b/src/gen/gen_lsp.lua @@ -179,7 +179,7 @@ local function write_to_vim_protocol(protocol) '--- | vim.lsp.protocol.Method.ServerToClient', '', '-- Generated by gen_lsp.lua, keep at end of file.', - '--- @deprecated', + '--- @deprecated Use `vim.lsp.protocol.Method` instead.', '--- @enum vim.lsp.protocol.Methods', '--- @see https://microsoft.github.io/language-server-protocol/specification/#metaModel', '--- LSP method names.',