From a3e8cf8ef7e0fa059c4f3199c4ca395fb96d805b Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 12 Nov 2024 12:07:29 +0100 Subject: [PATCH] style(lualine): replace filename with relative filepath --- lua/custom/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/lualine.lua b/lua/custom/lualine.lua index df7682f..9859367 100644 --- a/lua/custom/lualine.lua +++ b/lua/custom/lualine.lua @@ -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" }