local o = vim.o local bo = vim.bo bo.expandtab = false bo.tabstop = 8 bo.shiftwidth = 8 bo.autoindent = true bo.copyindent = true