From 719adbc4bb3a494073d1063bf2768bb2834e3916 Mon Sep 17 00:00:00 2001 From: opalmay <65673442+opalmay@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:31:40 +0200 Subject: refactor: use lir fork in the org (#3694) --- lua/lvim/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 6f68f1c4..6a6c3db7 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -126,7 +126,7 @@ local core_plugins = { }, -- Lir { - "christianchiarulli/lir.nvim", + "LunarVim/lir.nvim", config = function() require("lvim.core.lir").setup() end, -- cgit v1.2.3