Plugin support #144
sayanarijit
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
I think, it will also be useful o attach lua functions as key handlers. With something like |
Beta Was this translation helpful? Give feedback.
3 replies
-
A lua alternative https://github.com/gluon-lang/gluon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I think we have enough hacks and themes demo to guess what a plugin should be doing, at the simplest possible level. All these hacks and themes do one thing - overwrite the configuration. So, at the simplest level, a plugin should be able to do the same.
My basic expectations from a plugin are -
Although I have more expectations from a plugin, but for now, I think it's a good start.
With all these in mind, I think we already have an answer, i.e. go the neovim way and love lua.
With rlua and rlua_serde, I already see how this can work.
So, that's my thought. I'm open to hear and discuss what the users think.
Note: I also liked zellij's idea of using WASM as the plugin language. But unfortunately, it doesn't fit many of my expectations listed above.
Beta Was this translation helpful? Give feedback.
All reactions