From: shane.xb.qian Date: Mon, 14 Nov 2022 15:50:04 +0000 (+0800) Subject: upd 'LspOptionsGet' doc X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9b4a7446d3d5bfaa95b89d098667d0dd9441f6f1;p=vim-lsp.git upd 'LspOptionsGet' doc --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 80f1bb4..923edbb 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -282,6 +282,11 @@ diagnostic messages, you can add the following line to your .vimrc file: > call LspOptionsSet({'autoHighlightDiags': v:false}) < + +And to get or check one option value via its key you can query like following: +> + echo LspOptionsGet('autoHighlightDiags') +< ============================================================================== 5. Commands *lsp-commands*