mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
11 lines
198 B
Lua
11 lines
198 B
Lua
return {
|
|
"nvim-lualine/lualine.nvim",
|
|
opts = function(_, opts)
|
|
opts.sections.lualine_c = {
|
|
{
|
|
"filename",
|
|
path = 1, -- 1 = display absolute path
|
|
},
|
|
}
|
|
end,
|
|
}
|