aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/lua.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/lua.vim')
-rw-r--r--vim/ftdetect/lua.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/ftdetect/lua.vim b/vim/ftdetect/lua.vim
deleted file mode 100644
index d6c635a0..00000000
--- a/vim/ftdetect/lua.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-" Lua files
-autocmd BufNewFile,BufRead
- \ *.lua
- \ setfiletype lua