nichts/modules/editors/nvf/runtime/after/ftplugin/go.lua
2024-07-06 17:14:45 +02:00

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