summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/lualine_style.lua
blob: bb7738b1ec905356ed366f861e03c0967650e982 (plain)
1
2
3
4
5
6
7
require'lualine'.setup{
  options = { 
      theme  = 'powerline',
      section_separators = { left = '', right = ''},
      component_separators = { left = '|', right = '|'},
  },
}