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,
},
})

View File

@@ -78,7 +78,6 @@ require("lz.n").load({
-- 1. Setup Diagnostics (Visuals)
vim.diagnostic.config({
severity_sort = true,
float = { border = "rounded", source = "if_many" },
underline = { severity = vim.diagnostic.severity.ERROR },
signs = {
text = {

View File

@@ -109,9 +109,6 @@ require("lz.n").load({
require("which-key").setup({
preset = "modern",
delay = 200,
win = {
border = "rounded",
},
icons = {
-- set icon mappings to true if you have a Nerd Font
mappings = true,