Skip to content

Commit 9d54971

Browse files
committed
fix(vim-matchup): update to new configuration without nvim-treesitter module
1 parent 797c37a commit 9d54971

File tree

1 file changed

+2
-6
lines changed
  • lua/astrocommunity/motion/vim-matchup

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
return {
22
"andymass/vim-matchup",
3-
lazy = true,
3+
event = "User AstroFile",
44
specs = {
5+
{ "nvim-treesitter/nvim-treesitter", optional = true },
56
{
67
"AstroNvim/astrocore",
78
opts = {
@@ -13,10 +14,5 @@ return {
1314
},
1415
},
1516
},
16-
{
17-
"nvim-treesitter/nvim-treesitter",
18-
dependencies = { "andymass/vim-matchup" },
19-
opts = { matchup = { enable = true } },
20-
},
2117
},
2218
}

0 commit comments

Comments
 (0)