mirror of
https://github.com/sameer1612/.dotfiles.git
synced 2024-11-27 08:20:51 +02:00
enabled relative path in lualine
This commit is contained in:
parent
9265df5948
commit
d0ed639281
@ -12,7 +12,7 @@ return {
|
||||
theme = "gruvbox-material",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = { { "filename" }, { maximize_status } },
|
||||
lualine_c = { { "filename", path = 1 }, { maximize_status } },
|
||||
lualine_x = {
|
||||
{ "filetype" },
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user