diff options
author | christianchiarulli <[email protected]> | 2021-07-06 22:23:31 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 22:23:31 -0400 |
commit | e3126124c55a490308bd4e3a8a9a83eaeabb364d (patch) | |
tree | 95e1ffe6235109f39c79f2e4ecce362530f549c9 /ftplugin | |
parent | ec9130044266c0d0a2f48b72ba33ccbc8c55d313 (diff) | |
parent | 52b4476509a0eea70672289b02e21d2a84e66b17 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable0.4.2
Diffstat (limited to 'ftplugin')
-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" |