From 1da280cab048484ba83c235d8f67cd4e878210c1 Mon Sep 17 00:00:00 2001 From: Oleksiy Hryshchenko Date: Wed, 5 Apr 2023 12:36:35 +0300 Subject: [PATCH] comment echom --- autoload/lsp/completion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/lsp/completion.vim b/autoload/lsp/completion.vim index 28a4b9f..4d04190 100644 --- a/autoload/lsp/completion.vim +++ b/autoload/lsp/completion.vim @@ -105,7 +105,7 @@ export def CompletionReply(lspserver: dict, cItems: any) restxt = restxt .. line .. "\n" endif endfor - echom restxt + #echom restxt items->add({ label: key, data: { -- 2.48.1