nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

doc: rephrase source name explanation #138

Closed kristoferfannar closed 2 months ago

kristoferfannar commented 2 months ago

Hey!

I'm in an ongoing pursuit of adding none-ls to my configuration. While browsing the docs, I stumbled across this difficult sentence.

Sources can also define a name, which allows integrations to see if sources null-ls has already registered their sources to prevent duplicate registration.

While the sentence gets the point across after 2 or 3 reads, I feel that it could be made more clearer. Especially as it is among the first sentences readers consume when browsing through the docs, just as I did.

Thanks for the great work! Can't wait to continue to try none-ls!