We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2b675 commit cc6074aCopy full SHA for cc6074a
plugin/lsp.vim
@@ -69,7 +69,6 @@ command! -range LspDocumentRangeFormat call lsp#ui#vim#document_range_format()
69
command! -range LspDocumentRangeFormatSync call lsp#ui#vim#document_range_format_sync()
70
command! LspImplementation call lsp#ui#vim#implementation(0)
71
command! LspPeekImplementation call lsp#ui#vim#implementation(1)
72
-command! LspTypeDefinition call lsp#ui#vim#type_definition()
73
command! -nargs=0 LspStatus echo lsp#get_server_status()
74
command! LspNextReference call lsp#ui#vim#references#jump(+1)
75
command! LspPreviousReference call lsp#ui#vim#references#jump(-1)
0 commit comments