2024-09-14 01:41:37 +00:00
|
|
|
return {
|
|
|
|
'nvim-lualine/lualine.nvim',
|
|
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
|
|
|
|
|
|
config = function()
|
|
|
|
require('lualine').setup({
|
|
|
|
options = {
|
2024-09-15 00:38:22 +00:00
|
|
|
theme = 'tokyonight',
|
2024-09-14 01:41:37 +00:00
|
|
|
},
|
|
|
|
})
|
|
|
|
end,
|
|
|
|
}
|