style(lualine): replace filename with relative filepath
This commit is contained in:
parent
68ca5524cf
commit
a3e8cf8ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ require("lualine").setup({
|
|||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
lualine_b = { {'branch', icon = {'', align='right'}} , "diff", "diagnostics" },
|
||||
lualine_c = { "filename" },
|
||||
lualine_c = { { "filename", path = 1 } },
|
||||
lualine_x = { "filetype" },
|
||||
lualine_y = {},
|
||||
lualine_z = { "location" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue