doc: Add more paths where we search for config

This commit is contained in:
Matthias Beyer 2016-01-17 16:46:10 +01:00
parent 281cb01e7b
commit 71dc86d2e7

View file

@ -28,6 +28,10 @@ Table: Default values for configuration if configuration file unavailable
For the configuration file is searched at the following locations: For the configuration file is searched at the following locations:
1. Path: `$runtimepath/config`
1. Path: `$runtimepath/config.toml`
1. Path: `$runtimepath/imagrc`
1. Path: `$runtimepath/imagrc.toml`
1. Path: `$HOME/.imag/config` 1. Path: `$HOME/.imag/config`
1. Path: `$HOME/.imag/config.toml` 1. Path: `$HOME/.imag/config.toml`
1. Path: `$HOME/.imag/imagrc` 1. Path: `$HOME/.imag/imagrc`