This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
torabkheslat
/
LunarVim
kopia lustrzana
https://github.com/LunarVim/LunarVim
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
fix indents with lua
christianchiarulli
4 lat temu
rodzic
57f5373249
commit
52b4476509
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
ftplugin/lua.lua
+ 2
- 0
ftplugin/lua.lua
Wyświetl plik
@@ -40,3 +40,5 @@ if O.lang.lua.autoformat then
},
}
end
+
+vim.cmd "setl ts=2 sw=2"