addet correct lsp symbol
This commit is contained in:
parent
bda38901ad
commit
940a165c88
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return {
|
|||
diagnostics = "nvim_lsp",
|
||||
diagnostics_update_on_event = true, -- use nvim's diagnostic handler
|
||||
diagnostics_indicator = function(count, level)
|
||||
local icon = level:match("error") and " " or ""
|
||||
local icon = level:match("error") and " " or " "
|
||||
return " " .. icon .. count
|
||||
end,
|
||||
offsets = { { filetype = "neo-tree", text = "File Explorer", highlight = "Directory" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue