Skip to content

Commit

Permalink
fix(vim-matchup): improve compatibility with nvim-cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 19, 2024
1 parent fda1a1d commit aa3ddb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/vim-matchup/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ return {
opts = {
options = {
g = {
matchup_matchparen_pumvisible = 0,
matchup_matchparen_offscreen = {
method = "popup",
fullwidth = 1,
Expand Down

0 comments on commit aa3ddb8

Please sign in to comment.