mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# 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
|
|
```
|