Confit LSPLSP client for the Confit configuration system.
Getting startedThis extension does not ship with the LSP itself, you need to install it separately:
Configuring the LSPDeclaring registriesYou can declare registries in your project's For instance, let's declare
You can declare any "getter" function as a valid registry source. The LSP expects that function to return an optional factory when given a factory name. In the example above, the Including configuration filesYou can configure which files are processed by the LSP with the
For instance, if you would like the LSP to process any TOML file
(excluding
If you wish to disable the default exclude key, give it an empty See the |
