Files
nvimdotconfig/after/ftplugin/go.lua
T
2022-12-19 15:52:56 -07:00

5 lines
87 B
Lua

vim.bo.shiftwidth = 2
vim.bo.tabstop = 2
vim.bo.softtabstop = 2
vim.bo.textwidth = 120