docs: fix winhighlight example (#111)

This commit is contained in:
Maria José Solano 2023-08-08 15:22:24 -07:00 committed by GitHub
parent 713b56e13c
commit 1950a1bc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -302,7 +302,9 @@ for more details. Example:
```lua
require('dressing').setup({
input = {
winhighlight = 'NormalFloat:DiagnosticError'
win_options = {
winhighlight = 'NormalFloat:DiagnosticError'
}
}
})
```