From 250f2702d47b1ae55a8fee92d707cfa93645f67f Mon Sep 17 00:00:00 2001 From: kohnish Date: Wed, 1 Mar 2023 23:33:36 +0100 Subject: [PATCH] search workspace symbol broken --- plugin/lsc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/lsc.vim b/plugin/lsc.vim index 50a18fd..4595825 100644 --- a/plugin/lsc.vim +++ b/plugin/lsc.vim @@ -39,7 +39,7 @@ command! LSClientFindImplementations call lsc#reference#findImplementations() command! -nargs=? LSClientShowHover call lsc#reference#hover() command! LSClientDocumentSymbol call lsc#reference#documentSymbols() command! -nargs=? LSClientWorkspaceSymbol - \ call lsc#search#workspaceSymbol() + \ call lsc#search#workspaceSymbol() command! -nargs=? LSClientFindCodeActions \ call lsc#edit#findCodeActions(lsc#edit#filterActions()) command! LSClientAllDiagnostics call lsc#diagnostics#showInQuickFix()