Skip to content

feat: really use ruff instead of ruff_lsp (#4) #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jpoliv
Copy link
Contributor

@jpoliv jpoliv commented Jul 20, 2024

This commit prevents the following error:
/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800: Spawning language server with cmd: { "ruff-lsp" } failed. The language server is either not installed, missing from PATH, or not executable.

and will allow the attachment of the new ruff server when editing Python files.

This commit prevents the following error:
/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800: Spawning language
server with cmd: `{ "ruff-lsp" }` failed. The language server is
either not installed, missing from PATH, or not executable.

and will allow the attachment of the new ruff server when editing
Python files.
@chrisgrieser
Copy link
Owner

Ah, overlooked that one, thx

@chrisgrieser chrisgrieser merged commit 65d240f into chrisgrieser:main Jul 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants