aboutsummaryrefslogtreecommitdiff
path: root/book/src/configuration.md
blob: 087d3fbbd781979f29620a0dc3a56fe5a28f4671 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Configuration

To override global configuration parameters create a `config.toml` file located in your config directory (i.e `~/.config/helix/config.toml`).

## LSP

To disable language server progress report from being displayed in the status bar add this option to your `config.toml`:
```toml
lsp-progress = false
```