aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJongwook Choi <wookayin@gmail.com>2024-01-14 22:37:07 -0500
committerLewis Russell <me@lewisr.dev>2024-01-15 08:45:30 +0000
commit4d91604c8868b7afaf429cc16b72192ce89ea698 (patch)
treedf5b9ffcfabab4dec53c8ec5563a2d01778aa57f /runtime/doc
parent965dbd0e019ab2e2d7db1af57f406d7cf57716d7 (diff)
downloadrneovim-4d91604c8868b7afaf429cc16b72192ce89ea698.tar.gz
rneovim-4d91604c8868b7afaf429cc16b72192ce89ea698.tar.bz2
rneovim-4d91604c8868b7afaf429cc16b72192ce89ea698.zip
docs: add lua typing for `vim.NIL`
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})