441 current 2024-04-21 15:59:12 24.05.20240421.a8a8401 6.8.6-zen1 *
This commit is contained in:
parent
d447bbfb4c
commit
ba851896cd
1 changed files with 5 additions and 8 deletions
|
|
@ -45,11 +45,6 @@ return {
|
|||
return
|
||||
end
|
||||
|
||||
local win_conf = cmp.config.window.bordered({
|
||||
winhighlight = "FloatBorder:FloatBorder",
|
||||
scrollbar = false,
|
||||
})
|
||||
|
||||
return {
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
|
|
@ -59,10 +54,12 @@ return {
|
|||
window = {
|
||||
completion = {
|
||||
winhighlight = "Normal:Pmenu,FloatBorder:Pmenu,Search:None",
|
||||
col_offset = -3,
|
||||
side_padding = 0,
|
||||
side_padding = 4,
|
||||
},
|
||||
documentation = {
|
||||
winhighlight = "Normal:Pmenu,FloatBorder:Pmenu,Search:None",
|
||||
side_padding = 4,
|
||||
},
|
||||
documentation = win_conf,
|
||||
},
|
||||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp", priority = 1000 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue