update dots
This commit is contained in:
parent
9c023c015c
commit
0f1a4d33d1
9 changed files with 24 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue