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