-- global shorthands
o = vim.opt
g = vim.g
a = vim.api
cmd = vim.cmd
g.mapleader = " "

-- load config
require('core.init')