[neovim] Set sw and sts to 2 for Go templates
This commit is contained in:
parent
2aa2c30bef
commit
d7e2a53b42
1 changed files with 4 additions and 0 deletions
4
config/nvim/after/ftplugin/gohtmltmpl.lua
Normal file
4
config/nvim/after/ftplugin/gohtmltmpl.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.softtabstop = 2
|
Loading…
Add table
Add a link
Reference in a new issue