Simple vim plugin for Pallene #461
JLPLabs
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Interesting. If this Vim plugin ends up working for you, we could create a separate repository for it. IIRC, the various plugin managers prefer when the plugin is it's own github repository. I'm not very good at creating Vim plugins, so I can't give many suggestions about it. All I can say that I know that Teal has a Vim plugin. It's another typed dialect of Lua and their vim plugin may be a good source of inspiration. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just spent a couple of hours trying to learn how to build a simple vim plugin.
It is my first attempt. It is sure to be open to LOTS of improvement!
I'm using vim8, so plugins are really easy (in terms of just creating a few files in the 'right' place and vim reads them for free).
Here is the tree:
The zip file contains these files.
pallene.zip
Beta Was this translation helpful? Give feedback.
All reactions