Skip to content

Commit

Permalink
fix(select-builtin): disable matchparen highlighting (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored Nov 13, 2024
1 parent 43b8f74 commit 857cb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ require("dressing").setup({
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%)
Expand Down
2 changes: 2 additions & 0 deletions lua/dressing/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ local default_config = {
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%)
Expand Down

0 comments on commit 857cb36

Please sign in to comment.