refactor(nvim): improve padding of blink cmp menu
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
This commit is contained in:
parent
8d7bd2821a
commit
09acbb87c8
@ -160,11 +160,7 @@ return {
|
||||
menu = {
|
||||
winblend = 50,
|
||||
draw = {
|
||||
padding = 0,
|
||||
columns = {
|
||||
{ "kind_icon" },
|
||||
{ "label", "label_description", gap = 1 },
|
||||
},
|
||||
padding = { 0, 1 },
|
||||
components = {
|
||||
kind_icon = {
|
||||
text = function(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user