aboutsummaryrefslogtreecommitdiffstats
path: root/config/nvim/lua/plugins/lualine.lua
blob: bf5923d643f3007a82eb456f0191532aa92ad096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
return {
    'nvim-lualine/lualine.nvim',
    config = function()
        require('lualine').setup({
            options = {
                theme = 'dracula'
            }
        })
    end
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage