Skip to content

Commit 09df276

Browse files
authored
Update README.md
1 parent 85ffc60 commit 09df276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ Minimalistic alternative for the plugin `mason-null-ls` with support for externa
6363
* **Do I need mason for this plugin to work?** Yes.
6464
* **Will this plugin interfere with my none-ls options?** No.
6565
* **How is this plugin different from mason-null-ls?** Only a couple things. We add a new feature: support for external sources. We remove a feature: We don't provide commands to manually load/unload sources, as we do it automatically anyway. Aditionally, we aim to keep the code easier to understand and contribute to.
66+
* **My external none-ls source doesn't load correctly**: The source you pass must be formated like `'<anything-you-want>.<method>.<source-name>'`, as we extract the last two fields to load it. For example `'package_name.subdirectory.formatting.reformat_gherkin'`. So if the external source you are trying to pass come from a repository not formatted that way, just fork it and fix it's directory structure.

0 commit comments

Comments
 (0)