aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/html.lua
blob: 98580db76f5e4032f779f68c84370706cbb70d26 (plain)
1
2
3
4
5
6
7
8
local opt = vim.opt_local

opt.tabstop = 2
opt.softtabstop = 2
opt.shiftwidth = 2
opt.expandtab = true
opt.autoindent = true
opt.foldenable = true