htmlangular.lua (80B)
1 local set = vim.opt_local 2 set.shiftwidth = 4 3 4 vim.treesitter.start(nil, 'html')