Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent 4fcb508 commit b5d7d16
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions doc/drash.txt
Original file line number Diff line number Diff line change
@@ -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|

Expand All @@ -12,11 +13,28 @@ Table of Contents *drash-table-of-contents*

<https://github.com/sammyshear/drash.nvim/actions/workflows/ci.yml>

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*


Expand Down

0 comments on commit b5d7d16

Please sign in to comment.