Commit Graph

4 Commits

Author SHA1 Message Date
Iron-E
49a02ad692
merge!: cleanup the plugin
This was my first plugin. Looking back on it, it was full of bad
design decisions (and I have elected to keep most of the user-facing
ones for backwards-compatability). This merge tries to uncrustify the
plugin by standardizing the documentation, removing much unecessary
code, reorganizing the internal structures, and removing references to
my own made-up terminology.
2022-04-25 17:59:33 -04:00
Iron-E
b4419002a2
perf: don't make local copies of global vim module 2021-09-08 15:05:28 -04:00
Iron-E
06648c277b
perf(plugin): simplify lua 2021-07-07 12:40:52 -04:00
Iron-E
e3cf6d4c3e
perf(plugin): use lua for plugin initialization
SEE #10
2021-06-13 12:48:07 -04:00