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 = {
winblend = 50,
draw = {
padding = 0,
columns = {
{ "kind_icon" },
{ "label", "label_description", gap = 1 },
},
padding = { 0, 1 },
components = {
kind_icon = {
text = function(ctx)