Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: switch to bun after the new rplugin system is built. #1

Closed
1 task done
dlants opened this issue Dec 23, 2024 · 1 comment
Closed
1 task done

feature: switch to bun after the new rplugin system is built. #1

dlants opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dlants
Copy link
Owner

dlants commented Dec 23, 2024

Did you check the docs?

  • I have read all 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:

  • 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

@dlants dlants added the enhancement New feature or request label Dec 23, 2024
@dlants
Copy link
Owner Author

dlants commented Dec 27, 2024

done! 8c28399

Cheers to https://github.com/wallpants/bunvim / wallpants for showing some examples of how this can already work.

@dlants dlants closed this as completed Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant