Skip to content

Commit 18fa0f4

Browse files
authored
Merge pull request #4173 from VimspectorUpdateBot/auto/update-vim-docs
2 parents a2e6736 + b9cf4f5 commit 18fa0f4

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

doc/youcompleteme.txt

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,14 @@ Contents ~
187187
56. The |g:ycm_clangd_uses_ycmd_caching| option
188188
57. The |g:ycm_language_server| option
189189
58. The |g:ycm_disable_signature_help| option
190-
59. The |g:ycm_gopls_binary_path| option
191-
60. The |g:ycm_gopls_args| option
192-
61. The |g:ycm_rls_binary_path| and 'g:ycm_rustc_binary_path' options
193-
62. The |g:ycm_rust_toolchain_root| option
194-
63. The |g:ycm_tsserver_binary_path| option
195-
64. The |g:ycm_roslyn_binary_path| option
196-
65. The |g:ycm_update_diagnostics_in_insert_mode| option
190+
59. The |g:ycm_signature_help_disable_syntax| option
191+
60. The |g:ycm_gopls_binary_path| option
192+
61. The |g:ycm_gopls_args| option
193+
62. The |g:ycm_rls_binary_path| and 'g:ycm_rustc_binary_path' options
194+
63. The |g:ycm_rust_toolchain_root| option
195+
64. The |g:ycm_tsserver_binary_path| option
196+
65. The |g:ycm_roslyn_binary_path| option
197+
66. The |g:ycm_update_diagnostics_in_insert_mode| option
197198
12. FAQ |youcompleteme-faq|
198199
13. Contributor Code of Conduct |youcompleteme-contributor-code-of-conduct|
199200
14. Contact |youcompleteme-contact|
@@ -1095,7 +1096,8 @@ Signature help is triggered in insert mode automatically when
10951096
|g:ycm_auto_trigger| is enabled and is not supported when it is not enabled.
10961097

10971098
The signatures popup is hidden when there are no matching signatures or when
1098-
you leave insert mode. There is no key binding to clear the popup.
1099+
you leave insert mode. If you want to manually control when it is visible, you
1100+
can map something to '<plug>YCMToggleSignatureHelp' (see below).
10991101

11001102
For more details on this feature and a few demos, check out the PR that
11011103
proposed it [45].
@@ -3927,6 +3929,18 @@ Default: '0'
39273929
let g:ycm_disable_signature_help = 1
39283930
<
39293931
-------------------------------------------------------------------------------
3932+
The *g:ycm_signature_help_disable_syntax* option
3933+
3934+
Set this to 1 to disable syntax highlighting in the signature help popup. Thiis
3935+
can help if your colourscheme doesn't work well with the default highliting and
3936+
inverse video.
3937+
3938+
Default: '0'
3939+
>
3940+
" Disable signature help syntax highliting
3941+
let g:ycm_signature_help_disable_syntax = 1
3942+
<
3943+
-------------------------------------------------------------------------------
39303944
The *g:ycm_gopls_binary_path* option
39313945

39323946
In case the system-wide 'gopls' binary is newer than the bundled one, setting

0 commit comments

Comments
 (0)