From 84fb86b7a54dfabb40cea052cabc0fb0678c510d Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Sat, 19 Nov 2016 15:34:14 -0500 Subject: [PATCH] Add some info about mappings --- doc/langserver.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/langserver.txt b/doc/langserver.txt index 3389b92..0127287 100644 --- a/doc/langserver.txt +++ b/doc/langserver.txt @@ -25,6 +25,20 @@ Define a dictionary like this in your vimrc. > TODO: Mappings +Plug Mappings: + +(langserver_goto_request) + Send a textdocument/definition request + Sends you to the result + +(langserver_hover_request) + Send a textdocument/hover request + Displays the result in the echo window + +(langserver_textdocument_references_request) + Send a textdocument/references request + Displays the results in the loclist + ================================================================================ USAGE *langserver-usage*