2024-03-03 18:01:30 -05:00
|
|
|
return {
|
|
|
|
|
'nvim-lualine/lualine.nvim',
|
2024-10-20 12:25:10 -04:00
|
|
|
dependencies = {
|
|
|
|
|
'nvim-tree/nvim-web-devicons'
|
2024-03-03 18:01:30 -05:00
|
|
|
},
|
|
|
|
|
config = function()
|
|
|
|
|
require('lualine'). setup({
|
|
|
|
|
options= {
|
|
|
|
|
theme = 'dracula'
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
end
|
|
|
|
|
}
|