杨学峰
杨学峰
@charliermarsh ```toml [tool.ruff] preview = true # Exclude a variety of commonly ignored directories. exclude = [ ".bzr", ".direnv", ".eggs", ".git", ".git-rewrite", ".hg", ".ipynb_checkpoints", ".mypy_cache", ".nox", ".pants.d", ".pyenv", ".pytest_cache", ".pytype",...
@MichaReiser this is my whole config ```toml [tool.ruff] preview = true # Exclude a variety of commonly ignored directories. exclude = [ ".bzr", ".direnv", ".eggs", ".git", ".git-rewrite", ".hg", ".ipynb_checkpoints", ".mypy_cache",...
@MichaReiser I try removing the ```lua settings = { args = options.ruff_args, }, ``` but it's still not working,ruff-lsp works good for me.
@snowsignal Okay, thank you very much for your answer.
The same thing happens for me too.
I'm having the same problem, strangely enough some projects have it and some don't!
Very excited to have it available on neovim!
I got the same error on `manjaro` os  i can get `HOME` env variable 
my lsp config ```lua return { filetypes = { "python" }, single_file_support = true, cmd = { "ruff", "server", "--preview" }, settings = { configuration = "~/.config/nvim/pyproject.toml", }, } ```...
> ``` > -e XMODIFIERS=@im=ibus \ > -e QT_IM_MODULE=ibus \ > -e GTK_IM_MODULE=ibus \ > ``` > > ibus这样写之后,能切换,也能打字,但是打完的字不能上屏, 是的 我也遇到了