commit-lsp icon indicating copy to clipboard operation
commit-lsp copied to clipboard

Road to stable

Open texel-sensei opened this issue 1 year ago • 1 comments

What is still to do till the first stable release (v1.0.0):

  • [x] Implement some basic error handling for the http handling code. Currently commit-lsp just crashes if any http request returns an error.
  • [ ] Setup github releases. cargo-dist may be an option to get started quickly.

Steps for deployment after 1.0:

  • [ ] Get into lspconfig for easy neovim configuration (instead of the lua blob in the readme).
  • [ ] Get into mason-registry for simple neovim autoinstall (#1)
  • [ ] AUR package?
  • [ ] Nix package?

texel-sensei avatar Jun 16 '24 14:06 texel-sensei

~~One more thing before 1.0: Github support. Work on that is currently in progress.~~ Done.

lspconfig and mason might have to wait a bit until the project is more popular, lspconfig recommends at least 100 Stars on GH. https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#adding-a-server-to-lspconfig

texel-sensei avatar Mar 27 '25 19:03 texel-sensei