[neovim] Set sw and sts to 2 for Go templates

This commit is contained in:
Eryn Wells 2023-09-10 15:39:42 -07:00
parent 2aa2c30bef
commit d7e2a53b42

View file

@ -0,0 +1,4 @@
-- Eryn Wells <eryn@erynwells.me>
vim.bo.shiftwidth = 2
vim.bo.softtabstop = 2