diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-18 17:40:17 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-18 17:40:17 +0100 |
commit | 9e0dc61499ae7ee85be743289cc7775a45cb6605 (patch) | |
tree | 0f6eea4adae6ee06c222bc56ce7a8d0e7003625a | |
parent | 1df9306b5b5f0456ee9927930628522e7f41de39 (diff) |
Add lua ftplugin
-rw-r--r-- | .vim/ftplugin/lua.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/ftplugin/lua.vim b/.vim/ftplugin/lua.vim new file mode 100644 index 0000000..8a26a0e --- /dev/null +++ b/.vim/ftplugin/lua.vim @@ -0,0 +1,7 @@ +setlocal textwidth=0 +setlocal tabstop=4 +setlocal softtabstop=4 +setlocal shiftwidth=4 +setlocal smarttab +setlocal expandtab +setlocal smartindent |