NeoVim support
Ideally we can just upstream a setup config to https://github.com/neovim/nvim-lspconfig
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
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
Yeah, it's probably easier to release 0.2.1 👍🏼
Just published the package as version 0.2.1! Let me know if that improves things!
I can confirm that it works for me
Great to hear, thanks for the feedback @HolyWalley! 🙌🏼