jay-babu / mason-null-ls.nvim

GNU Affero General Public License v3.0
549 stars 22 forks source link

feat: add `methods` to enable or disable specific null-ls source method types #94

Closed mehalter closed 6 months ago

mehalter commented 6 months ago

This potentially supersedes #93 . It takes a slightly different approach to make it easier to modify individual methods. Let me know what you think! I did some performance testing and it doesn't seem to make any significant impact even with a ton of packages getting setup.

This approach also provides nice completion when using the types in the lua language server