Skip to content

Commit

Permalink
matchup: remove version pin since fixed was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 12, 2024
1 parent eaf8e3b commit c26cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ local modules = {
{ "luukvbaal/statuscol.nvim", config = "plugins.statuscol" },
{ "levouh/tint.nvim", event = "VeryLazy", config = "plugins.tint" },
{ "tenxsoydev/tabs-vs-spaces.nvim", event = "VeryLazy", config = "plugins.tabs-vs-spaces" },
{ "ttytm/vim-matchup", branch = "fix/svelte-compatibility", event = "VeryLazy", config = "plugins.matchup" }, -- highlight matching patterns and extend `%` navigation
{ "andymass/vim-matchup", event = "VeryLazy", config = "plugins.matchup" }, -- highlight matching patterns and extend `%` navigation
{ "tpope/vim-repeat", event = "VeryLazy" },
{ "tpope/vim-surround", event = "VeryLazy" },
"mg979/vim-visual-multi", -- needs to be loaded outside of lazy.nvim for its global variable config values to work
Expand Down

0 comments on commit c26cbe3

Please sign in to comment.