aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/lualine.lua
blob: 397ec9aee6a955869d1ae01e7a3e94eb75364f0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
return {
    'nvim-lualine/lualine.nvim',
    dependencies = { 'nvim-tree/nvim-web-devicons' },
    opts = {
            options = {
                theme = 'auto',
                globalstatus = true,
            },
        },
}