diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-07-06 22:47:27 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-07-08 15:06:36 +0200 |
commit | d2e44da516816e2616b531886eb9ba7f4c271fb4 (patch) | |
tree | 4b1fb0e796810f67a36488019fc5ea3474ca79d9 /runtime/doc/diagnostic.txt | |
parent | 3a721820c39b7524a2e6d6a73774498104a38962 (diff) | |
download | rneovim-d2e44da516816e2616b531886eb9ba7f4c271fb4.tar.gz rneovim-d2e44da516816e2616b531886eb9ba7f4c271fb4.tar.bz2 rneovim-d2e44da516816e2616b531886eb9ba7f4c271fb4.zip |
docs: gather @notes items into one section
related: 21eacbfef399
Diffstat (limited to 'runtime/doc/diagnostic.txt')
-rw-r--r-- | runtime/doc/diagnostic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt index 9dd42061ef..4b2b5e5f9a 100644 --- a/runtime/doc/diagnostic.txt +++ b/runtime/doc/diagnostic.txt @@ -361,8 +361,8 @@ config({opts}, {namespace}) *vim.diagnostic.config()* then virtual text will not be enabled for those diagnostics. - Note: - Each of the configuration options below accepts one of the following: + Note: ~ + • Each of the configuration options below accepts one of the following: • `false`: Disable this feature • `true`: Enable this feature, use default settings. • `table`: Enable this feature with overrides. Use an empty table to |