From 09df27614843b4ed698b4d2f2f5f8d6e4e15e1fc Mon Sep 17 00:00:00 2001 From: Zeioth Date: Mon, 20 May 2024 22:42:06 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74893c4..457feb8 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ Minimalistic alternative for the plugin `mason-null-ls` with support for externa * **Do I need mason for this plugin to work?** Yes. * **Will this plugin interfere with my none-ls options?** No. * **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. +* **My external none-ls source doesn't load correctly**: The source you pass must be formated like `'..'`, 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.