aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/diagnostic.lua
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-04-28 23:15:10 +0800
committerGitHub <noreply@github.com>2024-04-28 10:15:10 -0500
commit83635e4e3db9a99c128e84e79deb590da354215d (patch)
treedc3922f6b610a8c739f81551f6eba8142ec4ecbf /runtime/lua/vim/diagnostic.lua
parent26b5405d181e8c9e75c4b4ec9aae963cc25f285f (diff)
downloadrneovim-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/lua/vim/diagnostic.lua')
-rw-r--r--runtime/lua/vim/diagnostic.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/diagnostic.lua b/runtime/lua/vim/diagnostic.lua
index 9f1e6448e6..1ed09b51a5 100644
--- a/runtime/lua/vim/diagnostic.lua
+++ b/runtime/lua/vim/diagnostic.lua
@@ -152,6 +152,8 @@ local M = {}
--- @field suffix? string|table|(fun(diagnostic:vim.Diagnostic,i:integer,total:integer): string, string)
---
--- @field focus_id? string
+---
+--- @field border? string see |vim.api.nvim_open_win()|.
--- @class vim.diagnostic.Opts.Underline
---