You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Node startup is noticeable, configuration is awkward (
Describe the solution you'd like
I think once neovim/neovim#27949 is implemented, I will switch this plugin to using the new setup system and bun
It promises:
faster startup times
easier setup (no :UpdateRemotePlugins)
simplifies testing and package management (built in)
can simplify some of the communication by moving certain things into lua (lsp callbacks, for one)
Describe alternatives you've considered
Thought about deno as well... I guess I'll have to see which one is best...
I think another option is to convert to lua, but I don't really like developing with LuaCats annotations... I don't think they provide as nice of an experience. Maybe if teal or moonscript get better I'll consider those.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
Node startup is noticeable, configuration is awkward (
Describe the solution you'd like
I think once neovim/neovim#27949 is implemented, I will switch this plugin to using the new setup system and bun
It promises:
Describe alternatives you've considered
Thought about deno as well... I guess I'll have to see which one is best...
I think another option is to convert to lua, but I don't really like developing with LuaCats annotations... I don't think they provide as nice of an experience. Maybe if teal or moonscript get better I'll consider those.
Additional context
No response
The text was updated successfully, but these errors were encountered: