configure LSP, codelens, and trouble
This commit is contained in:
+2
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user