local setlocal = vim.opt_local setlocal.expandtab = true setlocal.tabstop = 4 setlocal.softtabstop = 4 setlocal.shiftwidth = 4 vim.keymap.set("", "", ":!python %", { noremap = true, silent = true }) setlocal.formatoptions:remove { "o" }