From c26cbe3af020f14bc9d12343708aedc1a2162970 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:39:53 +0200 Subject: [PATCH] matchup: remove version pin since fixed was merged --- lua/nxvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nxvim/init.lua b/lua/nxvim/init.lua index 93a5ec5..b3efe96 100644 --- a/lua/nxvim/init.lua +++ b/lua/nxvim/init.lua @@ -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