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

NeoVim support

Open marcoroth opened this issue 2 years ago • 6 comments

Ideally we can just upstream a setup config to https://github.com/neovim/nvim-lspconfig

marcoroth avatar Oct 11 '23 14:10 marcoroth

I have opened a pull request at https://github.com/neovim/nvim-lspconfig to add this LSP to the configs.

You can find it here: https://github.com/neovim/nvim-lspconfig/pull/2870

Gert-JanPeeters avatar Oct 22 '23 12:10 Gert-JanPeeters

I'm trying to verify that it works, my neovim now knows about stimulus_ls, however in logs I see similar errors as in here https://github.com/marcoroth/stimulus-lsp/issues/48

I saw that fix was merged into master, but not released to npm yet, so, I'm trying to build lsp server locally and make it runnable, so nvim can run it seamlessly, however, if npm release is planning soon it might be an easier way

HolyWalley avatar Oct 23 '23 13:10 HolyWalley

Yeah, it's probably easier to release 0.2.1 👍🏼

marcoroth avatar Oct 23 '23 15:10 marcoroth

Just published the package as version 0.2.1! Let me know if that improves things!

marcoroth avatar Oct 24 '23 13:10 marcoroth

I can confirm that it works for me image

HolyWalley avatar Oct 24 '23 14:10 HolyWalley

Great to hear, thanks for the feedback @HolyWalley! 🙌🏼

marcoroth avatar Oct 25 '23 13:10 marcoroth