fix border, obsidian completion and deprecated plugin leftovers
This commit is contained in:
parent
091a472949
commit
42d0945517
4 changed files with 159 additions and 165 deletions
|
@ -49,6 +49,7 @@ return {
|
|||
enabled = true
|
||||
},
|
||||
menu = {
|
||||
border = 'rounded',
|
||||
winhighlight = 'Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:CursorLine,Search:None',
|
||||
min_width = 40,
|
||||
max_height = 25,
|
||||
|
@ -75,7 +76,7 @@ return {
|
|||
auto_show = true,
|
||||
auto_show_delay_ms = 0,
|
||||
window = {
|
||||
|
||||
border = 'rounded',
|
||||
winhighlight = 'Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:CursorLine',
|
||||
}
|
||||
},
|
||||
|
@ -114,6 +115,7 @@ return {
|
|||
signature = {
|
||||
enabled = true,
|
||||
window = {
|
||||
border = 'rounded',
|
||||
winhighlight = 'Normal:NormalFloat,FloatBorder:FloatBorder',
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue