From d1d9fdf98eebd46b09462b62b7e8a5ed9100c791 Mon Sep 17 00:00:00 2001 From: cbochs Date: Mon, 4 Mar 2024 14:15:08 +0000 Subject: [PATCH] chore(docs): auto generate docs --- doc/grapple.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/grapple.txt b/doc/grapple.txt index 5550e53..b0c5bb7 100644 --- a/doc/grapple.txt +++ b/doc/grapple.txt @@ -76,10 +76,10 @@ lazy.nvim ~ >lua { - "cbochs/grapple.nvim" + "cbochs/grapple.nvim", dependencies = { { "nvim-tree/nvim-web-devicons", lazy = true } - } + }, } < @@ -88,7 +88,7 @@ packer ~ >lua use { - "cbochs/grapple.nvim" + "cbochs/grapple.nvim", requires = { "nvim-tree/nvim-web-devicons" } } <