Skip to content

Commit cc6074a

Browse files
Remove duplicate LspTypeDefinition (#531)
1 parent db2b675 commit cc6074a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/lsp.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ command! -range LspDocumentRangeFormat call lsp#ui#vim#document_range_format()
6969
command! -range LspDocumentRangeFormatSync call lsp#ui#vim#document_range_format_sync()
7070
command! LspImplementation call lsp#ui#vim#implementation(0)
7171
command! LspPeekImplementation call lsp#ui#vim#implementation(1)
72-
command! LspTypeDefinition call lsp#ui#vim#type_definition()
7372
command! -nargs=0 LspStatus echo lsp#get_server_status()
7473
command! LspNextReference call lsp#ui#vim#references#jump(+1)
7574
command! LspPreviousReference call lsp#ui#vim#references#jump(-1)

0 commit comments

Comments
 (0)