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