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,