feat: UI improvements

This commit is contained in:
2026-04-26 14:21:13 +02:00
parent c61efc6f5c
commit c5e3f674b6
7 changed files with 25 additions and 41 deletions
@@ -54,11 +54,11 @@ require("lz.n").load({
auto_show = true,
auto_show_delay_ms = 500,
window = {
border = "rounded",
border = "none",
},
},
menu = {
border = "rounded",
border = "none",
draw = {
columns = { { "kind_icon" }, { "label", gap = 1 } },
components = {
@@ -103,7 +103,7 @@ require("lz.n").load({
signature = {
enabled = true,
window = {
border = "rounded",
border = "none",
},
},
})