refactor(nvim): improve padding of blink cmp menu
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s

This commit is contained in:
Price Hiller 2024-12-22 18:05:35 -06:00
parent 8d7bd2821a
commit 09acbb87c8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -160,11 +160,7 @@ return {
menu = { menu = {
winblend = 50, winblend = 50,
draw = { draw = {
padding = 0, padding = { 0, 1 },
columns = {
{ "kind_icon" },
{ "label", "label_description", gap = 1 },
},
components = { components = {
kind_icon = { kind_icon = {
text = function(ctx) text = function(ctx)