Skip to content

Commit

Permalink
fix(motion): vim-matchup - matchup_matchparen_offscreen method='popup… (
Browse files Browse the repository at this point in the history
#331)

* fix(motion): vim-matchup - matchup_matchparen_offscreen method='popup' #279

* Update lua/astrocommunity/motion/vim-matchup/init.lua
  • Loading branch information
jay-babu authored Jun 29, 2023
1 parent bafa6dc commit 840e049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/astrocommunity/motion/vim-matchup/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter",
dependencies = { "andymass/vim-matchup" },
init = function()
vim.g.matchup_matchparen_offscreen = { method = "popup" }
vim.g.matchup_matchparen_deferred = 1
end,
opts = { matchup = { enable = true } },
}

0 comments on commit 840e049

Please sign in to comment.