mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
19 lines
347 B
Lua
19 lines
347 B
Lua
return {
|
|
'nvim-lualine/lualine.nvim',
|
|
opts = {
|
|
sections = {
|
|
lualine_c = {
|
|
{
|
|
'filename',
|
|
path = 1,
|
|
},
|
|
},
|
|
},
|
|
options = {
|
|
theme = 'auto',
|
|
-- component_separators = { left = '', right = '' },
|
|
-- section_separators = { left = '', right = '' },
|
|
},
|
|
},
|
|
}
|