Skip to content
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

auto completion is not working in doom emacs #483

Open
ovnicraft opened this issue Aug 26, 2024 · 1 comment
Open

auto completion is not working in doom emacs #483

ovnicraft opened this issue Aug 26, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ovnicraft
Copy link

config:

  • emacs 29.4
  • latest version for doom emacs
  • ruff-lsp 0.0.55

doomemacs config:

tools: lsp

(python +lsp)

while typing mini buffer returns following error:

GNU Emacs 29.4 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.42, cairo version 1.18.0) of 2024-07-16
Error running timer ‘corfu--auto-complete-deferred’: (error "The connected server(s) does not support method textDocument/completion.
@dhruvmanila
Copy link
Member

(I'm not familiar with Emacs nor Doom Emacs.)

The Ruff language server doesn't provide the capability to provide completion which is why, I think, the client is throwing an error. Although, I'm not sure why it's throwing an error. It might be useful to open an issue upstream.

@MichaReiser MichaReiser added the question Further information is requested label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants