This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
torabkheslat
/
LunarVim
espejo de
https://github.com/LunarVim/LunarVim
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
fix indents with lua
christianchiarulli
hace 4 años
padre
57f5373249
commit
52b4476509
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
ftplugin/lua.lua
+ 2
- 0
ftplugin/lua.lua
Ver fichero
@@ -40,3 +40,5 @@ if O.lang.lua.autoformat then
},
}
end
+
+vim.cmd "setl ts=2 sw=2"