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

eslint_d has been removed from builtins, install it from extras. #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vermacodes
Copy link

@vermacodes vermacodes commented Mar 14, 2024

Ref: nvimtools/none-ls.nvim#81

This pull request includes changes to the lua/plugins/none-ls.lua file. The main modifications are the addition of a dependency and a change in the way eslint_d is required.

Key changes:

  • lua/plugins/none-ls.lua: Added nvimtools/none-ls-extras.nvim as a dependency. This change suggests that additional features or functionalities from the none-ls-extras.nvim plugin are now required in this project.
  • lua/plugins/none-ls.lua: Modified the way eslint_d diagnostics is required. Instead of directly using null_ls.builtins.diagnostics.eslint_d, it is now being required from null_ls.diagnostics.eslint_d. This change might have been made to accommodate updates in the null_ls or eslint_d packages or to fix issues related to the previous way of requiring eslint_d.

@vermacodes
Copy link
Author

Fixes #11

@Minjares
Copy link

Minjares commented Apr 4, 2024

Thanks for this !!

@GasperKosenina
Copy link

Thanks !!

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

Successfully merging this pull request may close these issues.

3 participants