AstroNvim / astrolsp

LSP Configuration Engine built for AstroNvim
https://AstroNvim.com
GNU General Public License v3.0
44 stars 4 forks source link

fix: remove astrocore dependency #20

Closed Axlefublr closed 1 month ago

Axlefublr commented 1 month ago

📑 Description

I really like astrolsp, it's a helpful and useful plugin! However recently after switching off astronvim, I noticed that there was a dependency on astrocore in astrolsp, which I distinctly remember not being the case before. If astrolsp extensively used astrocore, and depended on it, I'd just stop using astrolsp, sure. But the dependency exists because of list_insert_unique — a small function that doesn't make the dependency worth it. I copied it in from astrocore, as a solution that works but one that might not be best, mostly to bring this issue to your attention, and maybe talk about how to actually solve it.

ℹ Additional Information