fix border, obsidian completion and deprecated plugin leftovers

This commit is contained in:
xesc 2025-07-01 22:05:24 +02:00
parent 091a472949
commit 42d0945517
4 changed files with 159 additions and 165 deletions

View file

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