This commit is contained in:
Christian Nieves
2023-07-12 15:41:07 -05:00
parent 3c5764912d
commit 59dd0ac598
21 changed files with 294 additions and 139 deletions

View File

@ -101,6 +101,13 @@ return {
},
},
-- lualine_y = { getLGTMs }
lualine_z = {
{
"filename",
file_status = false, -- displays file status (readonly status, modified status)
path = 2, -- 0 = just filename, 1 = relative path, 2 = absolute path
},
},
},
})
end,