help install ruff-lsp
can someone please help me install ruff-lsp
i try with
pip install ruff-lsp
but it failed to build
this is the last log
any idea?13 Replies
ruff
requires some patches to work on Termux.
It is available from the regular repos.
pkg i ruff
yeah, i notice that its available for the ruff packages, but the lsp is not available, i have installed the ruff packages if that matter but compiling ruff-lsp failed, does it not detect the ruff package or what i don't understand yet
Is
ruff-lsp
not ruff
?
It's a linter after all...no, its different apparently
GitHub
GitHub - astral-sh/ruff-lsp: A Language Server Protocol implementat...
A Language Server Protocol implementation for Ruff. - astral-sh/ruff-lsp
hmm yep that is different from the main ruff package
https://github.com/charliermarsh/ruff
GitHub
GitHub - astral-sh/ruff: An extremely fast Python linter and code f...
An extremely fast Python linter and code formatter, written in Rust. - astral-sh/ruff
i wanted to try using it for my coc-ruff ,but failed there
any suggestion?
afraid not
dang,,, thanks for trying to help
If you're using Neovim maybe you can instead set it up through none-ls.
But I don't have any experience with that either.
https://github.com/nvimtools/none-ls.nvim
GitHub
GitHub - nvimtools/none-ls.nvim: null-ls.nvim reloaded / Use Neovim...
null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. - nvimtools/none-ls.nvim
sadly i have a bad experience with neovim before ,thats why i stick with regular vim now
i had same error, its trying to compile ruff even if you have it pre installed
my solution:
skill issue
oh, thats works. thank you
probably that