Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add clj-kondo support #450

Open
Drew-Daniels opened this issue Aug 15, 2024 · 0 comments
Open

Add clj-kondo support #450

Drew-Daniels opened this issue Aug 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Drew-Daniels
Copy link

Is your feature request related to a problem? Please describe.

mason has an entry in the registry for clj-kondo that can be installed, but mason-lspconfig does not recognize this as a valid package. It would be nice if I could list this package in my ensure_installed table:

require("mason-lspconfig").setup({
	ensure_installed = {
		-- ...
		"clj-kondo",
		-- ...
	},
})

Describe the solution you'd like

I would like for clj-kondo to be recognized as a valid package that mason can install, when configured with mason-lspconfig

Describe potential alternatives you've considered

No response

Additional context

image

image

@Drew-Daniels Drew-Daniels added the enhancement New feature or request label Aug 15, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant