From 35eed3604c0a6d6d766b3271c53442b827b00418 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sun, 2 Nov 2025 18:46:24 -0500 Subject: [PATCH] Update nvim dependency in oil plugin. --- nvim/lazyvim.json | 2 +- nvim/lua/plugins/oil.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lazyvim.json b/nvim/lazyvim.json index 90f3ccc..99487a1 100644 --- a/nvim/lazyvim.json +++ b/nvim/lazyvim.json @@ -18,7 +18,7 @@ ], "install_version": 8, "news": { - "NEWS.md": "10960" + "NEWS.md": "11866" }, "version": 8 } \ No newline at end of file diff --git a/nvim/lua/plugins/oil.lua b/nvim/lua/plugins/oil.lua index 64bd77e..bb9cc9f 100644 --- a/nvim/lua/plugins/oil.lua +++ b/nvim/lua/plugins/oil.lua @@ -206,7 +206,7 @@ return { }, }, -- Optional dependencies - dependencies = { { "echasnovski/mini.icons", opts = {} } }, + dependencies = { { "nvim-mini/mini.icons", opts = {} } }, -- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons -- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations. lazy = false,