Skip to content

Commit 832be4e

Browse files
Rybadourprabirshrestha
authored andcommitted
Update README.md (#217)
Added :LspStatus to list of commands and sorted the list alphabetically.
1 parent 8024ac5 commit 832be4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,18 @@ Refer to docs on configuring omnifunc or [asyncomplete.vim](https://github.com/p
5252
| Command | Description|
5353
|--|--|
5454
|`: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 |
5655
|`:LspDefinition`| Go to definition |
56+
|`:LspDocumentDiagnostics`| Get current document diagnostics information |
5757
|`:LspDocumentFormat`| Format entire document |
5858
|`:LspDocumentRangeFormat`| Format document selection |
5959
|`:LspDocumentSymbol`| Show document symbols |
6060
|`:LspHover`| Show hover information |
61+
|`:LspImplementation` | Show implementation of interface |
6162
|`:LspNextError`| jump to next error |
6263
|`:LspPreviousError`| jump to previous error |
63-
|`:LspImplementation` | Show implementation of interface |
6464
|`:LspReferences`| Find references |
6565
|`:LspRename`| Rename symbol |
66+
|`:LspStatus` | Show the status of the language server |
6667
|`:LspTypeDefinition`| Go to type definition |
6768
|`:LspWorkspaceSymbol`| Search/Show workspace symbol |
6869

0 commit comments

Comments
 (0)