made some changes
This commit is contained in:
@@ -28,9 +28,11 @@ return {
|
||||
|
||||
completion = {
|
||||
menu = {
|
||||
border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
-- border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
-- border = {'╓', '─', '╖', '║', '╜', '─', '╙', '║'},
|
||||
draw = {
|
||||
padding = 0,
|
||||
gap = 5,
|
||||
columns = { {
|
||||
"label",
|
||||
"label_description",
|
||||
@@ -44,8 +46,8 @@ return {
|
||||
auto_show = true,
|
||||
treesitter_highlighting = true,
|
||||
window = {
|
||||
border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
}
|
||||
-- border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
},
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = true,
|
||||
|
||||
Reference in New Issue
Block a user