feat: UI improvements

This commit is contained in:
2026-04-26 00:49:37 +02:00
parent 3cbfe566e4
commit c61efc6f5c
9 changed files with 339 additions and 188 deletions
@@ -53,8 +53,12 @@ require("lz.n").load({
documentation = {
auto_show = true,
auto_show_delay_ms = 500,
window = {
border = "rounded",
},
},
menu = {
border = "rounded",
draw = {
columns = { { "kind_icon" }, { "label", gap = 1 } },
components = {
@@ -98,6 +102,9 @@ require("lz.n").load({
signature = {
enabled = true,
window = {
border = "rounded",
},
},
})
end,