diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-01-11 19:47:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 19:47:50 -0700 |
commit | f92a2457c2e7ad14d9a5a907ef4213fa770b6d95 (patch) | |
tree | 382ffe7740c43d8f174436e34008af4abd8adcc9 /runtime/doc | |
parent | 70fe3ce004f1c17328257349da5528757fdcd354 (diff) | |
parent | c915571b99d7e1ea99e29b103ca2ad37b5974027 (diff) | |
download | rneovim-f92a2457c2e7ad14d9a5a907ef4213fa770b6d95.tar.gz rneovim-f92a2457c2e7ad14d9a5a907ef4213fa770b6d95.tar.bz2 rneovim-f92a2457c2e7ad14d9a5a907ef4213fa770b6d95.zip |
Merge pull request #17045 from gpanders/diagnostic-fixups
Various diagnostic fixups
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/diagnostic.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt index bb36fa46f6..19db3158be 100644 --- a/runtime/doc/diagnostic.txt +++ b/runtime/doc/diagnostic.txt @@ -334,8 +334,9 @@ config({opts}, {namespace}) *vim.diagnostic.config()* that returns any of the above. Parameters: ~ - {opts} table Configuration table with the following - keys: + {opts} table|nil When omitted or "nil", retrieve the + current configuration. Otherwise, a + configuration table with the following keys: • underline: (default true) Use underline for diagnostics. Options: • severity: Only underline diagnostics |