aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftplugin/lua.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/ftplugin/lua.vim b/ftplugin/lua.vim
new file mode 100644
index 0000000..222abff
--- /dev/null
+++ b/ftplugin/lua.vim
@@ -0,0 +1,7 @@
+" Lua vim settings
+
+" Comment string
+setlocal commentstring=--\ %s
+
+" Make comment wrapping work
+setlocal comments+=b:--