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

ltex-ls with zed #311

Open
mocenigo opened this issue Oct 6, 2024 · 6 comments
Open

ltex-ls with zed #311

mocenigo opened this issue Oct 6, 2024 · 6 comments
Labels
1-question ❓ Issue type: General or specific question about LTeX

Comments

@mocenigo
Copy link

mocenigo commented Oct 6, 2024

Hello,

as the title line hints, how do I get ltex-ls to work in zed?

Roberto

@mocenigo mocenigo added the 1-question ❓ Issue type: General or specific question about LTeX label Oct 6, 2024
@TheRepSter
Copy link

@mocenigo
Copy link
Author

mocenigo commented Oct 9, 2024

This is very nice, but I do not know how to turn this into an extension...

@TheRepSter
Copy link

Oops true, that doesn't answer your question, sorry.

To download that extension you need to open extensions on zed and search for "ltex". The result should be one with Vitaly Slobodin as the author and the github I linked as the repository.

@mocenigo
Copy link
Author

mocenigo commented Oct 9, 2024 via email

@TheRepSter
Copy link

Don't worry about being annoying.

About word completion and suggestions while typing I think it could be activated (I have copilot so I cannot try if it works 100% sure) via completionEnabled setting on ltex configuration. At settings.json:

{
  "lsp": {
    "ltex": {
      "settings": {
        "ltex": {
          "completionEnabled": true
        }
      }
    }
  }
}

@mocenigo
Copy link
Author

Don't worry about being annoying.

About word completion and suggestions while typing I think it could be activated (I have copilot so I cannot try if it works 100% sure) via completionEnabled setting on ltex configuration. At settings.json:

{
  "lsp": {
    "ltex": {
      "settings": {
        "ltex": {
          "completionEnabled": true
        }
      }
    }
  }
}

It works! Now I just have to find how to reduce the delay.
Too bad that using more than one lsp at the same time is not working well. I still do not get the spelling errors and the fixes, as well as the errors and warning do not appear with the other ones in the multibuffer. Well, one thing at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-question ❓ Issue type: General or specific question about LTeX
Projects
None yet
Development

No branches or pull requests

2 participants