summaryrefslogtreecommitdiff
path: root/after/plugin/lualine.lua
blob: 9c8b1b72550371b92da5a6c7277f385dfcae979a (plain) (blame)
1
2
3
4
5
6
7
8
9
require('lualine').setup {
	options = {
		icons_enabled = false,
		component_seperators = { left = '', right = '' },
		section_seperators = { left = '', right = '' },
	}
}

vim.cmd [[set noshowmode]]