🎨 ux(nvim): added icons for the location and progress modules in lualine

This commit is contained in:
Sergio Laín 2023-12-07 23:28:02 +01:00
parent 22239d71cf
commit 92f4a6a016
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -7,8 +7,8 @@ return {
})
opts.sections.lualine_a = { { "mode", icon = "" } }
opts.sections.lualine_y = { { "progress", separator = " ", padding = { left = 1, right = 1 } } }
opts.sections.lualine_z = { { "location", padding = { left = 1, right = 1 } } }
opts.sections.lualine_y = { { "progress", icon = "", separator = " ", padding = { left = 1, right = 1 } } }
opts.sections.lualine_z = { { "location", icon = "", padding = { left = 1 } } }
opts.extensions = {
"lazy",
"man",