vim.opt_local.textwidth = vim.g.dotfiles.textwidth.python vim.opt_local.colorcolumn = "+1" -- Highlight one column after 'textwidth' vim.opt_local.complete = { "o", -- 'omnifunc' } vim.b.format = true -- See plugin/50-format.lua