You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that nvim's matchit works great and the only missing functionality for me is for it to allow highlighting. Like matchparen has MatchParen highlight, I propose the MatchIt highlight group for matchit, which perhaps could default to link to MatchParen or to nothing.
Hi,
I noticed that nvim's
matchit
works great and the only missing functionality for me is for it to allow highlighting. Likematchparen
hasMatchParen
highlight, I propose theMatchIt
highlight group formatchit
, which perhaps could default to link toMatchParen
or to nothing.Idea came during a discussion: neovim/neovim#29205
The text was updated successfully, but these errors were encountered: