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 +- snapshots/default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, diff --git a/snapshots/default.json b/snapshots/default.json index 7a5be45b..10ff2649 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -36,7 +36,7 @@ "commit": "c4c203c" }, "lir.nvim": { - "commit": "7d8c6c4" + "commit": "ae190c3" }, "lualine.nvim": { "commit": "d8c392d" -- cgit v1.2.3