From 0ece95dc60a96fb224a9366cce9d1d9713c154d1 Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Mon, 12 Jun 2023 10:02:33 -0400 Subject: [PATCH] fix indent for lua files --- after/ftplugin/lua.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/lua.lua 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