style(lualine): replace filename with relative filepath

This commit is contained in:
Simon Lasbrugnas 2024-11-12 12:07:29 +01:00
parent 68ca5524cf
commit a3e8cf8ef7
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -21,7 +21,7 @@ require("lualine").setup({
sections = { sections = {
lualine_a = { "mode" }, lualine_a = { "mode" },
lualine_b = { {'branch', icon = {'', align='right'}} , "diff", "diagnostics" }, lualine_b = { {'branch', icon = {'', align='right'}} , "diff", "diagnostics" },
lualine_c = { "filename" }, lualine_c = { { "filename", path = 1 } },
lualine_x = { "filetype" }, lualine_x = { "filetype" },
lualine_y = {}, lualine_y = {},
lualine_z = { "location" } lualine_z = { "location" }