This website works better with JavaScript
Home
Explore
Help
Sign In
torabkheslat
/
LunarVim
mirror of
https://github.com/LunarVim/LunarVim
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix indents with lua
christianchiarulli
4 years ago
parent
57f5373249
commit
52b4476509
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
ftplugin/lua.lua
+ 2
- 0
ftplugin/lua.lua
View File
@@ -40,3 +40,5 @@ if O.lang.lua.autoformat then
},
}
end
+
+vim.cmd "setl ts=2 sw=2"