|
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