mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
fix(diagnostic): get border from config (#28531)
Co-authored-by: Justin M. Keyes <justinkz@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
Reference in New Issue
Block a user