Skip to content

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

@dlants

Description

@dlants

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions