mirror of
https://github.com/neovim/neovim
synced 2025-07-17 09:41:46 +00:00
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:
committed by
github-actions[bot]
parent
837faf7065
commit
b5158e8e92
@ -24,6 +24,7 @@ local border_size = {
|
|||||||
rounded = { 2, 2 },
|
rounded = { 2, 2 },
|
||||||
solid = { 2, 2 },
|
solid = { 2, 2 },
|
||||||
shadow = { 1, 1 },
|
shadow = { 1, 1 },
|
||||||
|
bold = { 2, 2 },
|
||||||
}
|
}
|
||||||
|
|
||||||
--- Check the border given by opts or the default border for the additional
|
--- Check the border given by opts or the default border for the additional
|
||||||
|
Reference in New Issue
Block a user