made some changes

This commit is contained in:
2026-05-05 18:48:08 -07:00
parent 9bbbaf91bb
commit da79f53755
11 changed files with 122 additions and 120 deletions

View File

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