feat(nvim): add ft settings for css

This commit is contained in:
Price Hiller 2022-08-07 05:09:34 -05:00
parent 634e1631a3
commit 8dab10bb0a

View File

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