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

Can't get it to work with rst-mode #37

Closed
luckysori opened this issue Apr 16, 2023 · 2 comments
Closed

Can't get it to work with rst-mode #37

luckysori opened this issue Apr 16, 2023 · 2 comments

Comments

@luckysori
Copy link

My config looks like this:

(use-package
 lsp-ltex
 :hook
 (markdown-mode . lsp)
 (rst-mode . lsp)
 :init (setq lsp-ltex-version "16.0.0"))

but when I open a .rst file I get:

LSP :: There are no language servers supporting current mode `rst-mode' registered with `lsp-mode'.

I thought ltex-ls supported reStructuredText.

@jcs090218
Copy link
Member

Fixed in emacs-lsp/lsp-mode#4024 and c2faddc.

@luckysori
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants