Closed dseravalli closed 1 year ago
Try disabling standardrb. It probably happened because solargraph and stardandrb are both installed.
Try disabling standardrb. It probably happened because solargraph and stardandrb are both installed.
Uninstalling either of them and adding it to lvim.lsp.automatic_configuration.skipped_servers
to prevent it from automatically reinstalling works. Why is it the default behavior to auto-install both of them for Ruby?
Why is it the default behavior to auto-install both of them for Ruby?
it's not the default behavior, standardrb
is in the skipped list by default
Try disabling standardrb. It probably happened because solargraph and stardandrb are both installed.
Uninstalling either of them and adding it to
lvim.lsp.automatic_configuration.skipped_servers
to prevent it from automatically reinstalling works. Why is it the default behavior to auto-install both of them for Ruby?
@dseravalli do you mind to share what do you mean by uninstalling and add it?? So does that mean, I can't use standardrb if the project that I'm working on use it?
Problem description
I get a message about both single and double quoted strings being wrong. See screenshot.
LunarVim version
release-1.3/neovim-0.9-0aea5a68
Neovim version (>= 0.9.0)
NVIM v0.9.0
Operating system/version
macOS 13.3.1
Affected language servers
standardrb, solargraph
Steps to reproduce
My config:
Actual behavior
LSP warns about both string types
Expected behavior
No response
support info
logs
No response
Screenshots