Include relative file path in lualine

This commit is contained in:
Daniel McKnight 2025-06-06 20:49:37 -07:00
parent 6acae117b3
commit c068921d55

View file

@ -12,7 +12,7 @@ return {
sections = { sections = {
lualine_a = { "mode" }, lualine_a = { "mode" },
lualine_b = { "branch", "diff", "diagnostics" }, lualine_b = { "branch", "diff", "diagnostics" },
lualine_c = { "filename" }, lualine_c = { { "filename", path = 1 } },
lualine_x = { "encoding", "filetype" }, lualine_x = { "encoding", "filetype" },
lualine_y = { lualine_y = {
function() function()