Skip to content

Commit

Permalink
doc: generate vim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cowcat authored and github-actions[bot] committed Feb 18, 2024
1 parent 01ae5bd commit bf4e937
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions doc/telescope-git-selector.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*telescope-git-selector.txt* For Last change: 2024 February 17
*telescope-git-selector.txt* For NVIM v0.8.0 Last change: 2024 February 18

==============================================================================
1. telescope-git-selector *telescope-git-selector-telescope-git-selector*
Expand Down Expand Up @@ -181,11 +181,22 @@ DEVELOPMENT *telescope-git-selector-telescope-git-selector-development*
The Garden file <garden.yaml> can be used to run lint checks using Garden
<https://gitlab.com/garden-rs/garden>.

>sh
>bash
# Run lint checks using "luacheck"
garden check
<

The documentation is generated using panvimdoc
<https://github.com/kdheepak/panvimdoc.git>.

>bash
garden setup # one-time setup
garden doc
<

Use `garden fmt` to apply code formatting using stylua
<https://github.com/JohnnyMorganz/StyLua>.

The github repository <https://github.com/davvid/telescope-git-selector.nvim>
is a mirror of the main repository on gitlab
<https://gitlab.com/davvid/telescope-git-selector.nvim> where you can file
Expand Down

0 comments on commit bf4e937

Please sign in to comment.