feat(lsp): make hover/signature_help borders configurable

change hl groups for the example

rename borders -> border
This commit is contained in:
elianiva
2021-04-06 07:58:25 +07:00
parent 2c4e9c5245
commit c84b1b1ad0
3 changed files with 60 additions and 8 deletions

View File

@@ -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"},