generated from ellisonleao/nvim-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request