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.
322 B
322 B
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
:
lsp-progress = false