aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugin/lualine.lua
blob: 81071eccaf5054326b1bf87da770d8f23bf21f3a (plain)
1
2
3
4
5
6
7
require("lualine").setup {
  options = {
    component_separators = { left = "", right = ""  },
    section_separators = { left = "", right = ""  },
  },
}