update project path

This commit is contained in:
Walter Jenkins 2025-08-18 11:45:29 -05:00
parent 22d96acd82
commit 11272260db
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ return {
local filename = { local filename = {
'filename', 'filename',
file_status = true, -- displays file status (readonly status, modified status) 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() local hide_in_width = function()