doc/lsp.txt | 5 +++++ diff --git a/doc/lsp.txt b/doc/lsp.txt index 80f1bb4eb6648117f4ef0c26d2e85df3eafa7676..923edbbae37e1d4402c6fa753125e49c8fa6849f 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*