nichts/modules/programs/editors/nvf/runtime/after/ftplugin/go.lua

5 lines
134 B
Lua

-- luacheck: ignore
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 0
vim.opt_local.expandtab = false
vim.opt_local.list = false