From 1950a1bc6cb4b2468207277eed9527383cfe86b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jos=C3=A9=20Solano?= Date: Tue, 8 Aug 2023 15:22:24 -0700 Subject: [PATCH] docs: fix winhighlight example (#111) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e7768..0d4c952 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,9 @@ for more details. Example: ```lua require('dressing').setup({ input = { - winhighlight = 'NormalFloat:DiagnosticError' + win_options = { + winhighlight = 'NormalFloat:DiagnosticError' + } } }) ```