We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d96ac commit 1127226Copy full SHA for 1127226
lua/plugins/lualine.lua
@@ -56,7 +56,7 @@ return {
56
local filename = {
57
'filename',
58
file_status = true, -- displays file status (readonly status, modified status)
59
- path = 0, -- 0 = just filename, 1 = relative path, 2 = absolute path
+ path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
60
}
61
62
local hide_in_width = function()
0 commit comments