1 2 3 4 5 6
local l = vim.opt_local l.expandtab = true l.smartindent = true l.tabstop = 8 l.shiftwidth = 8