summaryrefslogtreecommitdiff
path: root/lua/plugins/lualine.lua
blob: be54a4fc12d2f493a0718aa34e5ec5d829b50f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  'nvim-lualine/lualine.nvim',
  opts = {
    options = {
      icons_enabled = true,
      theme = 'dracula-nvim',
      -- component_separators = '|',
      -- section_separators = '',
    },
  },
}