1 2 3 4 5
local lib = require('mango.lib') lib.setTabWidth(2, true) vim.opt_local.expandtab = true vim.opt_local.textwidth = 73