diff --git a/doc/dressing.txt b/doc/dressing.txt index efebd27..f360bbf 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -134,6 +134,8 @@ Configure dressing.nvim by calling the setup() function. win_options = { cursorline = true, cursorlineopt = "both", + -- disable highlighting for the brackets around the numbers + winhighlight = "MatchParen:", }, -- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)