enc: lua format custem

This commit is contained in:
asep.komarudin 2024-06-14 08:40:35 +07:00
parent 65857a4226
commit 384c0b5768
68 changed files with 1450 additions and 1450 deletions

View file

@ -41,12 +41,12 @@ if fidget then
tag = "legacy",
event = "BufRead",
config = function()
require("fidget").setup {
require("fidget").setup({
window = {
blend = 0,
relative = "editor",
},
}
})
end,
}
elseif lualine then
@ -57,7 +57,7 @@ elseif lualine then
branch = "main",
event = { "BufRead" },
config = function()
require("lsp-progress").setup {
require("lsp-progress").setup({
client_format = function(client_name, spinner, series_messages)
return #series_messages > 0
and (spinner .. " " .. ambilKataDariKiri(table.concat(series_messages, ", "), 4) .. "...")
@ -69,7 +69,7 @@ elseif lualine then
and (sign .. " " .. ambilKataDariKiri(table.concat(client_messages, " "), 4) .. "...")
or sign
end,
}
})
end,
}
else