From 60e4757841b417f9de6eb90c1905f8122d19f50c Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Tue, 8 Jul 2025 21:35:49 +0200 Subject: [PATCH] docs: add dependencies property to the recommanded example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bbb7641..a36dbf1 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,9 @@ Note, these examples assume you are using the [lazy.nvim](https://github.com/fol opts = { scope = "git", -- also try out "git_branch" }, + dependencies = { + { "nvim-tree/nvim-web-devicons", lazy = true } + }, event = { "BufReadPost", "BufNewFile" }, cmd = "Grapple", keys = {