show relative paths in lualine

This commit is contained in:
Mathias Schneider
2026-06-18 15:36:10 +02:00
parent 9d2a19802a
commit 28c966edfc
+1 -1
View File
@@ -9,7 +9,7 @@ return {
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff" },
lualine_c = { "diagnostics", "filename" },
lualine_c = { "diagnostics", { "filename", path = 1 } },
lualine_x = { "encoding", "fileformat", "filetype" },
lualine_y = { "progress" },
lualine_z = { "location" },