1 2 3 4 5 6
vim.bo.expandtab = true vim.bo.shiftwidth = 2 vim.bo.softtabstop = 2 vim.opt_local.comments = { ":#", "s1:/*", "ex:*/", } vim.bo.commentstring = "# %s"