diff --git a/lua/pika/plugins/bufferline.lua b/lua/pika/plugins/bufferline.lua index 63e53c4..0a8c69a 100644 --- a/lua/pika/plugins/bufferline.lua +++ b/lua/pika/plugins/bufferline.lua @@ -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" } },