diff options
author | christianchiarulli <[email protected]> | 2021-07-06 22:23:19 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 22:23:19 -0400 |
commit | 52b4476509a0eea70672289b02e21d2a84e66b17 (patch) | |
tree | 206ac874b2b4f383aa7a75797b61a14d830390e4 | |
parent | 57f53732491746aedb39f529d6cfab39183f176f (diff) |
fix indents with lua
-rw-r--r-- | ftplugin/lua.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/lua.lua b/ftplugin/lua.lua index 32c24e80..b1019acf 100644 --- a/ftplugin/lua.lua +++ b/ftplugin/lua.lua @@ -40,3 +40,5 @@ if O.lang.lua.autoformat then }, } end + +vim.cmd "setl ts=2 sw=2" |