add: custom lualine theme

This commit is contained in:
asep.komarudin 2024-05-22 20:42:09 +07:00
parent 3c07e3d75e
commit c33971749e
5 changed files with 323 additions and 248 deletions

View file

@ -18,7 +18,7 @@ return {
end
local function diagnostics_indicator(num, _, diagnostics, _)
local result = {}
local result
local symbols = {
error = icons.diagnostics.Error,
warning = icons.diagnostics.Warning,