We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvim-treesitter
1 parent 797c37a commit 9d54971Copy full SHA for 9d54971
1 file changed
lua/astrocommunity/motion/vim-matchup/init.lua
@@ -1,7 +1,8 @@
1
return {
2
"andymass/vim-matchup",
3
- lazy = true,
+ event = "User AstroFile",
4
specs = {
5
+ { "nvim-treesitter/nvim-treesitter", optional = true },
6
{
7
"AstroNvim/astrocore",
8
opts = {
@@ -13,10 +14,5 @@ return {
13
14
},
15
16
- {
17
- "nvim-treesitter/nvim-treesitter",
18
- dependencies = { "andymass/vim-matchup" },
19
- opts = { matchup = { enable = true } },
20
- },
21
22
}
0 commit comments