-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
avoiding ALE #1209
Comments
Are you talking about Neovim? There is instructions on installing quick-lint-js with nvim-lspconfig here: https://quick-lint-js.com/install/neovim/ |
yep, I want to install this plugin on neovim, but as stated in the title above, I want to avoid installing ALE if possible I saw it's a requirement on the installation guide: |
The docs say "one of":
You don't need to install ALE if you use nvim-lspconfig (or coc.nvim). I should make this wording better somehow. Do you have suggestions? |
Ah, it's my bad. I'm sorry for my ignorance |
Is this plugin compatible with the native built-in LSP client? I would prefer to utilize the built-in feature if it's feasible.
The text was updated successfully, but these errors were encountered: