helix-mods/book/src/configuration.md

15 lines
364 B
Markdown
Raw Normal View History

2021-04-05 08:18:43 +02:00
# Configuration
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`
2021-06-19 13:19:31 +02:00
## LSP
2021-06-20 21:31:03 +02:00
To display all language server messages in the status line add the following to your `config.toml`:
```toml
2021-06-20 21:31:03 +02:00
[lsp]
display-messages = true
```