config.nvim/after/ftplugin/go.lua

3 lines
87 B
Lua

vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4
vim.opt_local.expandtab = false