You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: really use ruff instead of ruff_lsp (#4) (#7)
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.
0 commit comments