mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Update configuration.md for Windows
Added explicit paths for WIndows, Mac, and Linux based on [`choose_base_strategy`](https://docs.rs/etcetera/0.3.2/etcetera/base_strategy/fn.choose_base_strategy.html)
This commit is contained in:
parent
ac3c1719c9
commit
4b5090a5f6
@ -1,6 +1,9 @@
|
||||
# Configuration
|
||||
|
||||
To override global configuration parameters create a `config.toml` file located in your config directory (i.e `~/.config/helix/config.toml`).
|
||||
To override global configuration parameters, create a `config.toml` file located in your config directory:
|
||||
|
||||
* Linux and Mac: `~/.config/helix/config.toml`
|
||||
* Windows: `%AppData%\helix\config.toml`
|
||||
|
||||
## LSP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user