Improve and add theming

This commit is contained in:
2025-11-30 21:13:25 +01:00
parent 383d8bd0c6
commit f2f044eebe
8 changed files with 451 additions and 26 deletions

View File

@@ -205,12 +205,8 @@ 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 = {
@@ -254,7 +250,6 @@ require("lz.n").load({
-- Shows a signature help window while you type arguments for a function
signature = {
window = { border = "rounded" },
enabled = true,
},
})