Skip to content

Commit af8eeff

Browse files
thomasfaingnaertDima Chechetkin
authored andcommitted
Remove duplicate LspTypeDefinition (prabirshrestha#531)
1 parent 990dd0a commit af8eeff

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)