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