summaryrefslogtreecommitdiff
path: root/plugins/lualine.lua
blob: dbf86021c4f51403c76e41d95a069bf26a60814d (plain)
1
2
3
4
5
6
7
8
return function()
	require("lualine").setup({
		options = {
			theme = "catppuccin",
		},
		extensions = { "neo-tree", "trouble" },
	})
end