Unnamed repository; edit this file 'description' to name the repository.
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:
[lsp]
display-messages = true