diff options
Diffstat (limited to 'runtime/ftplugin/objc.lua')
-rw-r--r-- | runtime/ftplugin/objc.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/ftplugin/objc.lua b/runtime/ftplugin/objc.lua new file mode 100644 index 0000000000..89ab42ef54 --- /dev/null +++ b/runtime/ftplugin/objc.lua @@ -0,0 +1,3 @@ +vim.bo.commentstring = '// %s' + +vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n setl commentstring<' |