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
This commit is contained in:
Siddhant Agarwal
2025-04-09 16:45:33 +05:30
committed by GitHub
parent 5a94edad70
commit f068386c9f

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