diff --git a/book/src/configuration.md b/book/src/configuration.md index 087d3fbb..5ca23911 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -4,7 +4,8 @@ To override global configuration parameters create a `config.toml` file located ## LSP -To disable language server progress report from being displayed in the status bar add this option to your `config.toml`: +To display all language server messages in the status line add the following to your `config.toml`: ```toml -lsp-progress = false +[lsp] +display-messages = true ```