From: Yegappan Lakshmanan Date: Mon, 17 Jan 2022 16:49:03 +0000 (-0800) Subject: After LSP server initialization is complete, request symbols only if the outline... X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9dc0d9833889860a2016b9434c91d93b3a3b77f8;p=vim-lsp.git After LSP server initialization is complete, request symbols only if the outline window is present --- diff --git a/autoload/handlers.vim b/autoload/handlers.vim index c17de72..f680416 100644 --- a/autoload/handlers.vim +++ b/autoload/handlers.vim @@ -103,7 +103,9 @@ def s:processInitializeReply(lspserver: dict, req: dict, reply: dict