mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
add missing :LspTypeDefinition (#242)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user