add Go-specific settings in after/ftplugin/go.lua file

This commit is contained in:
2022-02-04 20:59:21 +03:00
parent b963d4b428
commit 9e7eb74016

View File

@@ -0,0 +1,3 @@
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = false