Skip to content

Commit fc16dd9

Browse files
committed
Update README
1 parent a420acc commit fc16dd9

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.rst

+13-12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following high level, LSP, features have support:
1616
#. References
1717
#. Diagnostics
1818
#. Definition
19+
#. Symbols
1920

2021
Todo
2122
----
@@ -30,7 +31,7 @@ Todo
3031
Installation
3132
------------
3233

33-
The instruction below is fairly untested but should work. It is only tested on osX and Linux.
34+
The instruction below is only tested on osX and Linux.
3435

3536
LSP client
3637
~~~~~~~~~~
@@ -57,23 +58,23 @@ for an example of what the contents of the file should look like.
5758
Usage
5859
-----
5960

60-
The plugin currently automatically map the following keybindings::
61+
The plugin currently automatically map the following keybindings:
6162

62-
CTRL-Space => completion
63-
. => completion
64-
LEADER-d => goto definition
65-
LEADER-f => find references
63+
| **CTRL-Space** => completion (insert mode)
64+
| **.** => completion (insert mode)
65+
| **LEADER-d** => goto definition (normal mode)
66+
| **LEADER-f** => find references (normal mode)
6667
6768
Diagnostics is automatically enabled and uses vim marks. When moving to a line with a diagnostics
6869
mark the message for that line is displayed in the command-line.
6970

70-
Additional commands::
71+
Additional commands:
7172

72-
LspDiagnostics: Display diagnostics in the quickfix window.
73-
LspReferences: Find all references for symbol under cursor. Display result in quickfix window.
74-
LspDefinition: Goto defintion. If more than one definition is found display result in quickfix
75-
window.
76-
LspLog: Display debuglogs from vim-liq.
73+
| **LspDiagnostics:** Display diagnostics in the quickfix window.
74+
| **LspReferences:** Find all references for symbol under cursor. Display result in quickfix window.
75+
| **LspDefinition:** Goto defintion. If more than one definition is found display result in quickfix window.
76+
| **LspLog:** Display debuglogs from vim-liq.
77+
| **LspSymbol:** Display symbols in current file.
7778
7879
Requirements
7980
------------

0 commit comments

Comments
 (0)