add missing :LspTypeDefinition (#242)

This commit is contained in:
Prabir Shrestha
2019-01-13 13:47:13 -08:00
committed by GitHub
parent fa53543d91
commit 4dcdb517f0
+1
View File
@@ -35,6 +35,7 @@ command! LspNextError call lsp#ui#vim#signs#next_error()
command! LspPreviousError call lsp#ui#vim#signs#previous_error()
command! LspReferences call lsp#ui#vim#references()
command! LspRename call lsp#ui#vim#rename()
command! LspTypeDefinition call lsp#ui#vim#type_definition()
command! LspWorkspaceSymbol call lsp#ui#vim#workspace_symbol()
command! LspDocumentFormat call lsp#ui#vim#document_format()
command! LspDocumentFormatSync call lsp#ui#vim#document_format_sync()