lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi *,

I use Vim for Lua development. I have plugins to automatically close function/if/loop blocks in languages that use curly braces (e.g. JavaScript). Is there a similar plugin for Lua? Meaning, if I write `function` or `if` or `for` it automatically inserts the `end` keyword for me.

- Tyr