Skip to content

Commit

Permalink
Merge pull request #4080 from VimspectorUpdateBot/auto/update-vim-docs
Browse files Browse the repository at this point in the history
[Auto] Update vim docs
  • Loading branch information
mergify[bot] authored Nov 19, 2022
2 parents 6827c6d + 4e80825 commit 2d1de48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/youcompleteme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1229,16 +1229,16 @@ More generally, this pattern can be useful for customising the groups:
*youcompleteme-inlay-hints*
Inlay hints ~

**NOTE**: Hightly experimental feature, requiring vim 9.0.214 or later (no
neovim).
**NOTE**: Highly experimental feature, requiring vim 9.0.214 or later (not
supported in NeoVim).

When 'g:ycm_enable_inlay_hints' (globally) or 'b:ycm_enable_inlay_hints' (for a
specific buffer) is set to '1', then YCM will insert inlay hints as supported
by the language semantic engine.

An inlay hint is text renderd on the screen which is not part of the buffer and
is often used to mark up the type or name of arguments, perameters, etc. which
help the developer understand the semantics of the code.
An inlay hint is text rendered on the screen which is not part of the buffer
and is often used to mark up the type or name of arguments, parameters, etc.
which help the developer understand the semantics of the code.

Here are some examples:

Expand Down

0 comments on commit 2d1de48

Please sign in to comment.