From 11272260db88e57da718d8aed425719ce1ba648c Mon Sep 17 00:00:00 2001 From: Walter Jenkins Date: Mon, 18 Aug 2025 11:45:29 -0500 Subject: [PATCH] update project path --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 4053bf56..44c64104 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -56,7 +56,7 @@ return { local filename = { 'filename', file_status = true, -- displays file status (readonly status, modified status) - path = 0, -- 0 = just filename, 1 = relative path, 2 = absolute path + path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path } local hide_in_width = function()