Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Add some info about mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Nov 19, 2016
1 parent 5f22284 commit 84fb86b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/langserver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ Define a dictionary like this in your vimrc. >
TODO: Mappings

Plug Mappings:

<Plug>(langserver_goto_request)
Send a textdocument/definition request
Sends you to the result

<Plug>(langserver_hover_request)
Send a textdocument/hover request
Displays the result in the echo window

<Plug>(langserver_textdocument_references_request)
Send a textdocument/references request
Displays the results in the loclist

================================================================================
USAGE *langserver-usage*

Expand Down

0 comments on commit 84fb86b

Please sign in to comment.