set statusline with lualine

This commit is contained in:
Lucas Garcia Rubio 2025-03-03 12:58:39 -03:00
parent 06c74c3466
commit baa916df66
3 changed files with 10 additions and 15 deletions

View file

@ -0,0 +1,9 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
options = {
theme = 'auto',
},
},
}