Simplify lua line

This commit is contained in:
Marcelo Jacobus 2024-10-23 11:29:15 -03:00
parent c716b4cb4c
commit dc3cc00284

11
lua/plugins/lualine.lua Normal file
View file

@ -0,0 +1,11 @@
return {
"nvim-lualine/lualine.nvim",
opts = function(_, opts)
opts.sections.lualine_c = {
{
"filename",
path = 1, -- 1 = display absolute path
},
}
end,
}