summaryrefslogtreecommitdiff
path: root/lua/plugins/lualine.lua
blob: 71ff826400ffa8938402a9ce03e52cb0c3b23b36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
return {
    'nvim-lualine/lualine.nvim',
    dependencies = { 'nvim-tree/nvim-web-devicons' },
	opts = {
		options = {
			theme = "gruvbox_dark",
			component_separators = { left = '', right = ''},
			section_separators = { left = '', right = ''},
		}
	},
}