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

elixir support #30

Open
ravaq opened this issue Aug 12, 2023 · 3 comments
Open

elixir support #30

ravaq opened this issue Aug 12, 2023 · 3 comments

Comments

@ravaq
Copy link

ravaq commented Aug 12, 2023

hi!
please add linter for elixir.
thanks a lot.

@PerilousBooklet
Copy link

From my understanding of this, credo is dependent on single projects, so to enable support it would be necessary to make a custom module for the project template manager plugin that installs and configures the linter for every project.

@PerilousBooklet
Copy link

And then add support to lintplus.

@PerilousBooklet
Copy link

Update: I made a PR to lite-xl-lsp to add support for elixir intellisense.
To enable elixir diagnostics, you have to use credo.
Add this {:credo, "~> 1.7", only: [:dev, :test], runtime: false} to your mix.exs.
Then run mix deps.get and mix credo inside your elixir project folder.

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