mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
feat(lsp): make hover/signature_help borders configurable
change hl groups for the example rename borders -> border
This commit is contained in:
@@ -875,7 +875,7 @@ function M.make_floating_popup_options(width, height, opts)
|
||||
row = row + (opts.offset_y or 0),
|
||||
style = 'minimal',
|
||||
width = width,
|
||||
border = {
|
||||
border = opts.border or {
|
||||
{"", "NormalFloat"},
|
||||
{"", "NormalFloat"},
|
||||
{"", "NormalFloat"},
|
||||
|
||||
Reference in New Issue
Block a user