Skip to content

Commit

Permalink
Update vim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 17, 2023
1 parent 229f0c5 commit eb82e6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/youcompleteme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4015,6 +4015,10 @@ With async diagnostics, LSP servers might send new diagnostics mid-typing. If
seeing these new diagnostics while typing is not desired, this option can be
set to 0.

When this option is set to '0', diagnostic signs, virtual text and highlights
are cleared when entering insert mode and replaced when leaving insert mode.
This reduces visual noise while editing.

In addition, this option is recommended when |g:ycm_echo_current_diagnostic| is
set to 'virtual-text' as it prevents updating the virtual text while you are
typing.
Expand Down

0 comments on commit eb82e6f

Please sign in to comment.