Vim Plugin for auto-adding "end" tags
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Vim Plugin for auto-adding "end" tags
- From: tyrondis <tyrondis@...>
- Date: 2016年10月09日 01:24:35 +1100
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