docs: Add documentation for lsp_highlight_debounce
(#25974)
Adds documentation for `lsp_highlight_debounce`. Release Notes: - N/A
This commit is contained in:
parent
5c81dd7d39
commit
57438d30e8
1 changed files with 10 additions and 0 deletions
|
@ -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
|
## Format On Save
|
||||||
|
|
||||||
- Description: Whether or not to perform a buffer format before saving.
|
- Description: Whether or not to perform a buffer format before saving.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue