blob: 5ca2391103cfd2ec14c974e373553dc272c0f34f (
plain) (
tree)
|
|
# Configuration
To override global configuration parameters create a `config.toml` file located in your config directory (i.e `~/.config/helix/config.toml`).
## LSP
To display all language server messages in the status line add the following to your `config.toml`:
```toml
[lsp]
display-messages = true
```
|