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()