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