cpow / neovim-for-newbs

a simple lua neovim configuration for newbs
452 stars 81 forks source link

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

Open vermacodes opened 3 months ago

vermacodes commented 3 months ago

Ref: https://github.com/nvimtools/none-ls.nvim/discussions/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:

vermacodes commented 3 months ago

Fixes #11

Minjares commented 3 months ago

Thanks for this !!