File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ nnoremap <plug>(lsp-rename) :<c-u>call lsp#ui#vim#rename()<cr>
138
138
nnoremap <plug> (lsp-type-definition) :<c-u> call lsp#ui#vim#type_definition(0)<cr>
139
139
nnoremap <plug> (lsp-type-hierarchy) :<c-u> call lsp#ui#vim#type_hierarchy()<cr>
140
140
nnoremap <plug> (lsp-peek-type-definition) :<c-u> call lsp#ui#vim#type_definition(1)<cr>
141
- nnoremap <plug> (lsp-workspace-symbol) :<c-u> call lsp#ui#vim#workspace_symbol()<cr>
141
+ nnoremap <plug> (lsp-workspace-symbol) :<c-u> call lsp#ui#vim#workspace_symbol('' )<cr>
142
142
nnoremap <plug> (lsp-document-format) :<c-u> call lsp#ui#vim#document_format()<cr>
143
143
vnoremap <plug> (lsp-document-format) :<Home> silent <End> call lsp#ui#vim#document_range_format()<cr>
144
144
nnoremap <plug> (lsp-document-range-format) :<c-u> set opfunc=lsp#ui#vim#document_range_format_opfunc<cr> g@
You can’t perform that action at this time.
0 commit comments