Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ produces help docs in the same general style and layout as built-in Vim/Neovim
documentation. The goal is to generally standardize the way of writing and
rendering help docs.

## Status

This project is still under construction.

## Requirements

- Neovim 0.10+
Expand Down Expand Up @@ -58,7 +54,7 @@ Create a `Makefile` target:

```makefile
.deps/docgen.nvim:
git clone --depth 1 https://github.com/jamestrew/docgen.nvim $@
git clone --depth 1 --branch v1.0.0 https://github.com/jamestrew/docgen.nvim $@

.PHONY: docgen
docgen: .deps/docgen.nvim
Expand Down
Loading