diff --git a/README.md b/README.md index 5975181..87a825d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ oil.nvim supports all the usual plugin managers opts = {}, -- Optional dependencies dependencies = { { "echasnovski/mini.icons", opts = {} } }, - -- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons + -- 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, } ```