Andy Waite
Andy Waite
@Aesthetikx which vim distribution is that?
I'm not familiar with LazyVim or Mason, but there is an example config here that might help: https://shopify.github.io/ruby-lsp/editors.html#lazyvim-lsp
@sathishmanohar I'm not familiar with Neoformat, but it doesn't seem like it supports LSP tooling: https://github.com/sbdchd/neoformat/issues/400
We could probably refactor so that it's an option passed to `RubyLsp::Server.new`, then no stubbing would be needed.
cc @kddnewton in case you have any views on the Prism usage here.
@moznion you might also want to mention tests in the PR title, I was confused the first time reading this.
`@zenspider`'s opinion (2017): > I _only_ use `assert` if it is supposed to be some truthy value. If it needs to be `true` specifically, I'll document that with `assert_equal` instead....
I've renamed the issue for easier identification (was previously "The Closed Issue #2592 Can Still be Reproduced").
We'll also need to update the GitHub Pages path in https://github.com/Shopify/ruby-lsp/settings/pages
Ah, yeah, that seems to be an annoying limitation. I see some workarounds to use other directories, such as [this action](https://github.com/peaceiris/actions-gh-pages). But I wonder if we could just change [publish_docs.yml](https://github.com/Shopify/ruby-lsp/blob/main/.github/workflows/publish_docs.yml)...