Skip to content

Commit

Permalink
docs: Add documentation for lsp_highlight_debounce (#25974)
Browse files Browse the repository at this point in the history
Adds documentation for `lsp_highlight_debounce`. 

Release Notes:

- N/A
  • Loading branch information
devzeth authored Mar 6, 2025
1 parent 5c81dd7 commit 57438d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/configuring-zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,16 @@ While other options may be changed at a runtime and should be placed under `sett
}
```

## LSP Highlight Debounce

- Description: The debounce delay in milliseconds before querying highlights from the language server based on the current cursor location.
- Setting: `lsp_highlight_debounce`
- Default: `75`

**Options**

`integer` values representing milliseconds

## Format On Save

- Description: Whether or not to perform a buffer format before saving.
Expand Down

0 comments on commit 57438d3

Please sign in to comment.