configure LSP, codelens, and trouble

This commit is contained in:
2026-06-28 20:52:55 +02:00
parent d256020251
commit 9810b20e0b
6 changed files with 71 additions and 25 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ vim.g.ui = {
linebreak = "",
windowborder = "single",
popupborder = "single",
custom_highlights = function(colors, utils)
custom_highlights = function(colors, _)
return {
whitespace = { fg = colors.overlay0 },
TrailingWhitespace = { fg = colors.red },
LineNr = { fg = colors.overlay0 },
CursorLineNR = { fg = colors.peach },
CursorLineNr = { fg = colors.peach },
}
end,
symbols = {