Skip to content

Commit 1127226

Browse files
committed
update project path
1 parent 22d96ac commit 1127226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/lualine.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ return {
5656
local filename = {
5757
'filename',
5858
file_status = true, -- displays file status (readonly status, modified status)
59-
path = 0, -- 0 = just filename, 1 = relative path, 2 = absolute path
59+
path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
6060
}
6161

6262
local hide_in_width = function()

0 commit comments

Comments
 (0)