-- vim: ts=2 sts=2 sw=2 et -- ensure UTF-8 everywhere by default vim.opt.encoding = 'utf-8' vim.opt.fileencoding = 'utf-8' vim.opt.fileencodings = { 'utf-8' }