Skip to content

Commit

Permalink
fix(vim-matchup): in andymass/vim-matchup#328
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythos-404 committed Jan 16, 2024
1 parent 6bd43d2 commit 1c9983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ editor["nvim-treesitter/nvim-treesitter"] = {
event = "BufReadPre",
config = require("editor.treesitter"),
dependencies = {
{ "andymass/vim-matchup" }, -- NOTE: https://github.com/andymass/vim-matchup/issues/328 Bug Fix On Open
{ "andymass/vim-matchup" },
{ "chrisgrieser/nvim-puppeteer" },
{ "mfussenegger/nvim-treehopper" },
{ "nvim-treesitter/nvim-treesitter-textobjects" },
Expand Down

0 comments on commit 1c9983c

Please sign in to comment.