~kiril/vimfiles

8930264163c0656f0b06156a81e0e9dcd45cbf94 — Kiril Vladimirov 2 years ago d61b83a
Indent lua code with two spaces
1 files changed, 5 insertions(+), 0 deletions(-)

M ftplugin/lua.vim
M ftplugin/lua.vim => ftplugin/lua.vim +5 -0
@@ 1,2 1,7 @@
RunCommand !lua %
ConsoleCommand !lua -i -l%:r


setlocal expandtab
setlocal shiftwidth=2
setlocal softtabstop=2