aboutsummaryrefslogblamecommitdiff
path: root/book/src/configuration.md
blob: 00dfbbd836e8c1e5fc302901cb1671140b5382e2 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
 


                                                                                                          
 
      
                                                                                                   
       
                       
   
# 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`

## LSP

To display all language server messages in the status line add the following to your `config.toml`:
```toml
[lsp]
display-messages = true
```