Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Describe the behavior of floating window support in document
  • Loading branch information
rhysd committed Mar 21, 2019
commit 04dce37aad9feea074d1375374439ef23c9d8f6e
6 changes: 6 additions & 0 deletions doc/LanguageClient.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ accessed by regular quickfix/location list operations.
To use the language server with Vim's formatting operator |gq|, set 'formatexpr': >
set formatexpr=LanguageClient#textDocument_rangeFormatting_sync()
<
If you're using Neovim 0.4.0 or later, |LanguageClient#textDocument_hover()|
opens documentation in a floating window. The window is automatically closed
when you move the cursor. Or calling |LanguageClient#textDocument_hover()|
again just after opening the floating window moves the cursor into the window.
It is useful when documentation is longer and you need to scroll down or you
want to yank some text in the documentation.

==============================================================================
2. Configuration *LanguageClientConfiguration*
Expand Down