File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,18 @@ Refer to docs on configuring omnifunc or [asyncomplete.vim](https://github.com/p
52
52
| Command | Description|
53
53
| --| --|
54
54
| ` :LspCodeAction ` | Gets a list of possible commands that can be applied to a file so it can be fixed (quick fix) |
55
- | ` :LspDocumentDiagnostics ` | Get current document diagnostics information |
56
55
| ` :LspDefinition ` | Go to definition |
56
+ | ` :LspDocumentDiagnostics ` | Get current document diagnostics information |
57
57
| ` :LspDocumentFormat ` | Format entire document |
58
58
| ` :LspDocumentRangeFormat ` | Format document selection |
59
59
| ` :LspDocumentSymbol ` | Show document symbols |
60
60
| ` :LspHover ` | Show hover information |
61
+ | ` :LspImplementation ` | Show implementation of interface |
61
62
| ` :LspNextError ` | jump to next error |
62
63
| ` :LspPreviousError ` | jump to previous error |
63
- | ` :LspImplementation ` | Show implementation of interface |
64
64
| ` :LspReferences ` | Find references |
65
65
| ` :LspRename ` | Rename symbol |
66
+ | ` :LspStatus ` | Show the status of the language server |
66
67
| ` :LspTypeDefinition ` | Go to type definition |
67
68
| ` :LspWorkspaceSymbol ` | Search/Show workspace symbol |
68
69
You can’t perform that action at this time.
0 commit comments