From b5d7d16edbda33667d6c68084537b549707d2849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 04:00:00 +0000 Subject: [PATCH] chore(doc): auto generate docs --- doc/drash.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/drash.txt b/doc/drash.txt index 781a9ea..8ed1023 100644 --- a/doc/drash.txt +++ b/doc/drash.txt @@ -1,9 +1,10 @@ -*drash.txt* For NVIM v0.8.0 Last change: 2024 November 17 +*drash.txt* For NVIM v0.8.0 Last change: 2024 November 18 ============================================================================== Table of Contents *drash-table-of-contents* 1. drash.nvim |drash-drash.nvim| + - Installation |drash-drash.nvim-installation| - Development |drash-drash.nvim-development| 2. Links |drash-links| @@ -12,11 +13,28 @@ Table of Contents *drash-table-of-contents* -A Neovim plugin for helping to write a Drash/D’var Torah in without leaving +A Neovim plugin for helping to write a Drash/D’var Torah without leaving Neovim. It relies on the Sefaria API to provide info on the Parsha and any supporting texts you might need. +INSTALLATION *drash-drash.nvim-installation* + + +LAZY.NVIM ~ + +>lua + { + "sammyshear/drash.nvim", + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-telescope/telescope.nvim", + }, + opts = {} + } +< + + DEVELOPMENT *drash-drash.nvim-development*