AutoYADM commit: 2024-11-26 15:15:03

This commit is contained in:
Daniel Fichtinger 2024-11-26 15:15:03 -05:00
parent 2e5906ae7b
commit e2b6872206

View file

@ -60,7 +60,12 @@ local sections = {
},
},
lualine_y = { "progress" },
lualine_z = { "location" },
lualine_z = { {
"location",
fmt = function(str)
return string.match(str, "^[^:]+")
end,
} },
}
return {
"nvim-lualine/lualine.nvim",