mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 06:08:34 +02:00
10 lines
155 B
Lua
10 lines
155 B
Lua
|
return {
|
||
|
'nvim-lualine/lualine.nvim',
|
||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||
|
opts = {
|
||
|
options = {
|
||
|
theme = 'auto',
|
||
|
},
|
||
|
},
|
||
|
}
|