diff options
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 2e4cab8a..2b29379e 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -131,6 +131,7 @@ Search specific options. ## LSP To display all language server messages in the status line add the following to your `config.toml`: + ```toml [lsp] display-messages = true |