File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ hidden = false
2828You may also specify a file to use for configuration with the ` -c ` or
2929` --config ` CLI argument: ` hx -c path/to/custom-config.toml ` .
3030
31- Finally, you can have a ` config.toml ` local to a project by it under a ` .helix ` directory in your repository.
31+ Finally, you can have a ` config.toml ` local to a project by putting it under a ` .helix ` directory in your repository.
3232Its settings will be merged with the configuration directory ` config.toml ` and the built-in configuration,
3333if you have enabled the feature under ` [editor.security] ` in your global configuration.
3434
@@ -240,4 +240,4 @@ Features that the paranoid among us may choose to disable.
240240
241241| Key | Description | Default |
242242| --- | --- | --- |
243- | ` load-local-config ` | Load ` config.yaml ` from ` $PWD/.helix ` that will merge with your global configuration. | ` true ` |
243+ | ` load-local-config ` | Load ` config.toml ` from ` $PWD/.helix ` that will merge with your global configuration. | ` true ` |
You can’t perform that action at this time.
0 commit comments