local lualine = require("lualine")

local config = {
	options = {
		theme = "base16",
		globalstatus = true,
	},
}

lualine.setup(config)