fix(lsp): "bold" border for vim.lsp.buf.hover #33395

Problem: vim.lsp.buf.hover allows a bold border size which hasn't been
defined

Solution: Define the bold border size for vim.lsp.buf.hover
(cherry picked from commit f068386c9f)
This commit is contained in:
Siddhant Agarwal
2025-04-09 16:45:33 +05:30
committed by github-actions[bot]
parent 837faf7065
commit b5158e8e92

View File

@ -24,6 +24,7 @@ local border_size = {
rounded = { 2, 2 },
solid = { 2, 2 },
shadow = { 1, 1 },
bold = { 2, 2 },
}
--- Check the border given by opts or the default border for the additional