AstroNvim / template

AstroNvim template (v4+)
https://astronvim.com/
77 stars 152 forks source link

fix(none-ls): Only extend sources, don't replace #19

Closed ItsDrike closed 3 weeks ago

ItsDrike commented 3 weeks ago

📑 Description

The template for null-ls plugin, where it's shown how to add sources simply sets the sources to an empty table, with example sources commented out. It should however instead use the astrocore list_insert_unique function that will only extend the table, so that sources added from astrocommunity or elsewhere will not get wiped.