clearer highlights for vim-matchup

This commit is contained in:
Magnus von Wachenfeldt 2022-05-14 14:19:15 +02:00
parent ad78b9ffbf
commit bd25c6426a
No known key found for this signature in database
GPG key ID: A469F7D71D09F795
2 changed files with 4 additions and 6 deletions

View file

@ -100,7 +100,9 @@ return {
fg = black,
bg = white,
},
MatchParen = { link = "MatchWord" },
MatchParenCur = { link = "MatchWord" },
MatchWordCur = {
},
MatchParenCur = { link = "MatchWordCur" },
}