diff --git a/after/ftplugin/lua.lua b/after/ftplugin/lua.lua new file mode 100644 index 0000000..906533a --- /dev/null +++ b/after/ftplugin/lua.lua @@ -0,0 +1,2 @@ +vim.opt.sw=2 +vim.opt.ts=2