summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropalmay <[email protected]>2023-01-07 16:31:40 +0200
committerGitHub <[email protected]>2023-01-07 16:31:40 +0200
commit719adbc4bb3a494073d1063bf2768bb2834e3916 (patch)
treee380ea9905968a4f41960775d740badb7c9201b7
parent796ee8e14c38bbedcf79dce40f5a52117d96f74a (diff)
refactor: use lir fork in the org (#3694)
-rw-r--r--lua/lvim/plugins.lua2
-rw-r--r--snapshots/default.json2
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"