feat(nvim): Add better filetype indentation for html

This commit is contained in:
Price Hiller 2022-03-29 02:39:34 -05:00
parent eec2453b5d
commit 54b2334533

View File

@ -0,0 +1,4 @@
local opt = vim.opt
opt.tabstop = 2
opt.shiftwidth = 2