aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 427cd40761..9de30f1e8a 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -1829,7 +1829,8 @@ lookup_section({settings}, {section}) *vim.lsp.util.lookup_section()*
• {section} (`string`) indicating the field of the settings table
Return: ~
- (`table|string`) The value of settings accessed via section
+ (`table|string|vim.NIL`) The value of settings accessed via section.
+ `vim.NIL` if not found.
*vim.lsp.util.make_floating_popup_options()*
make_floating_popup_options({width}, {height}, {opts})