Skip to content

Commit

Permalink
Update lua/astrocommunity/motion/vim-matchup/init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored Jun 29, 2023
1 parent d517dcf commit 3a767f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/astrocommunity/motion/vim-matchup/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter",
dependencies = { "andymass/vim-matchup" },
init = function() vim.g.matchup_matchparen_offscreen = { method = "popup" } end,
init = function()
vim.g.matchup_matchparen_offscreen = { method = "popup" }
vim.g.matchup_matchparen_deferred = 1
end,
opts = { matchup = { enable = true } },
}

0 comments on commit 3a767f1

Please sign in to comment.