Parcourir la source

fix indents with lua

christianchiarulli il y a 4 ans
Parent
commit
52b4476509
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      ftplugin/lua.lua

+ 2 - 0
ftplugin/lua.lua

@@ -40,3 +40,5 @@ if O.lang.lua.autoformat then
     },
   }
 end
+
+vim.cmd "setl ts=2 sw=2"