File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ CONTENTS *vim-lsp-contents*
84
84
g:lsp_fold_enabled | g:lsp_fold_enabled |
85
85
g:lsp_hover_conceal | g:lsp_hover_conceal |
86
86
g:lsp_hover_ui | g:lsp_hover_ui |
87
+ g:lsp_hover_echo_empty_message | g:lsp_hover_echo_empty_message |
87
88
g:lsp_ignorecase | g:lsp_ignorecase |
88
89
g:lsp_log_file | g:lsp_log_file |
89
90
g:lsp_log_verbose | g:lsp_log_verbose |
@@ -1080,6 +1081,18 @@ g:lsp_hover_ui *g:lsp_hover_ui*
1080
1081
let g:lsp_hover_ui = 'float'
1081
1082
let g:lsp_hover_ui = 'preview'
1082
1083
1084
+ g:lsp_hover_echo_empty_message *g:lsp_hover_echo_empty_message*
1085
+ Type: | Boolean |
1086
+ Default: `1 `
1087
+
1088
+ Determines whether or not to echo empty hover messages. Set to `1 ` to
1089
+ enable.
1090
+
1091
+ Example: >
1092
+ let g:lsp_hover_echo_empty_message = 1
1093
+ let g:lsp_hover_echo_empty_message = 0
1094
+
1095
+
1083
1096
g:lsp_ignorecase *g:lsp_ignorecase*
1084
1097
Type: | Boolean |
1085
1098
Default: the value of 'ignorecase'
You can’t perform that action at this time.
0 commit comments