12 lines
146 B
Lua
12 lines
146 B
Lua
-- statusline
|
|
|
|
return {
|
|
'nvim-lualine/lualine.nvim',
|
|
opts = {
|
|
options = {
|
|
theme = 'auto',
|
|
icons_enabled = true,
|
|
},
|
|
},
|
|
}
|