local setlocal = vim.opt_local -- Tabs and spaces setlocal.expandtab = false setlocal.tabstop = 8 setlocal.shiftwidth = 8 setlocal.softtabstop = 8