What would be the best way for a plugin to use null-ls? #1573
-
I'm planning on adding some functionality to the xbase project (proposal) and want to add code actions. I'm wondering if the best way to go about using null-ls in a plugin that other people will be using would be to handle registering the code actions manually using the "null-ls.register" function or doing something similar to builtins where you can add xbase as a source in the same way. If it's the latter (where users can configure adding xbase as a source) what would be the best way to create the source? In my personal usage I always just use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See cspell.nvim for an example. |
Beta Was this translation helpful? Give feedback.
See cspell.nvim for an example.