addet correct lsp symbol

This commit is contained in:
pika 2024-08-25 17:09:37 +02:00
parent bda38901ad
commit 940a165c88

View file

@ -7,7 +7,7 @@ return {
diagnostics = "nvim_lsp", diagnostics = "nvim_lsp",
diagnostics_update_on_event = true, -- use nvim's diagnostic handler diagnostics_update_on_event = true, -- use nvim's diagnostic handler
diagnostics_indicator = function(count, level) diagnostics_indicator = function(count, level)
local icon = level:match("error") and "" or "" local icon = level:match("error") and "" or ""
return " " .. icon .. count return " " .. icon .. count
end, end,
offsets = { { filetype = "neo-tree", text = "File Explorer", highlight = "Directory" } }, offsets = { { filetype = "neo-tree", text = "File Explorer", highlight = "Directory" } },