neovim

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

commit 2ecba65b4ba741618ecbfd2a50a939987078bc98
parent 9176b5e10a6b32ff65c8ba3f532e3bd55c168ec6
Author: Techatrix <19954306+Techatrix@users.noreply.github.com>
Date:   Fri, 14 Jul 2023 05:36:10 +0000

fix(lsp): remove unknown LSP protocol property (#24345)

'hierarchicalWorkspaceSymbolSupport' is not part of the LSP Specification
Diffstat:
Mruntime/lua/vim/lsp/protocol.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua @@ -844,7 +844,6 @@ function protocol.make_client_capabilities() return res end)(), }, - hierarchicalWorkspaceSymbolSupport = true, }, configuration = true, workspaceFolders = true,