🎨 ux(nvim): added icons for the location and progress modules in lualine
This commit is contained in:
parent
22239d71cf
commit
92f4a6a016
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue