diff --git a/lib/spack/docs/configuration.rst b/lib/spack/docs/configuration.rst index 3f092291a92..d972f7284bf 100644 --- a/lib/spack/docs/configuration.rst +++ b/lib/spack/docs/configuration.rst @@ -46,6 +46,12 @@ Each Spack configuration file is nested under a top-level section corresponding to its name. So, ``config.yaml`` starts with ``config:``, ``mirrors.yaml`` starts with ``mirrors:``, etc. +.. tip:: + + Validation and autocompletion of Spack config files can be enabled in + your editor with the YAML language server. See `spack/schemas + `_ for more information. + .. _configuration-scopes: --------------------