diff options
| author | glepnir <glephunter@gmail.com> | 2024-04-28 23:15:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 10:15:10 -0500 |
| commit | 83635e4e3db9a99c128e84e79deb590da354215d (patch) | |
| tree | dc3922f6b610a8c739f81551f6eba8142ec4ecbf /runtime/doc | |
| parent | 26b5405d181e8c9e75c4b4ec9aae963cc25f285f (diff) | |
| download | rneovim-83635e4e3db9a99c128e84e79deb590da354215d.tar.gz rneovim-83635e4e3db9a99c128e84e79deb590da354215d.tar.bz2 rneovim-83635e4e3db9a99c128e84e79deb590da354215d.zip | |
fix(diagnostic): get border from config (#28531)
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/diagnostic.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt index 32c9959f5a..b87de3e366 100644 --- a/runtime/doc/diagnostic.txt +++ b/runtime/doc/diagnostic.txt @@ -499,6 +499,7 @@ Lua module: vim.diagnostic *diagnostic-api* diagnostic instead of prepending it. Overrides the setting from |vim.diagnostic.config()|. • {focus_id}? (`string`) + • {border}? (`string`) see |vim.api.nvim_open_win()|. *vim.diagnostic.Opts.Signs* |