update dots

This commit is contained in:
Alexander Navarro 2023-11-30 20:16:16 -03:00
parent 9c023c015c
commit 0f1a4d33d1
9 changed files with 24 additions and 4 deletions

View file

@ -66,12 +66,21 @@ return {
hint = icons.diagnostics.Hint,
},
},
{
-- Macro recording status
function()
return require("noice").api.status.mode.get()
end,
cond = function()
return package.loaded["noice"] and require("noice").api.status.mode.has()
end,
},
},
lualine_x = {
{},
{ "searchcount" },
},
lualine_y = {
{ "location", padding = 0 },
{ "location" },
{
"progress",
fmt = position_scrollbar,