Skip to content

Commit

Permalink
fix: adjust requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Oct 22, 2022
1 parent 0e9e489 commit b44f104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
vimdoc: zenbones
pandoc: doc/zenbones.md
description: "A collection of contrast-based vim/neovim colorschemes"
version: "Vim v8.1 / Nvim 0.8.0"
version: "Vim 8.1 / Nvim v0.8.0"
- name: Create PR
run: |
if ! [[ -z $(git status -s) ]]; then
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ or try the [built-in collection](#usage).

## Requirement

- Neovim v0.8.0 (use v2.0.0 for older versions)
- Neovim v0.8.0 (use v2.0.0 for older versions) or Vim 8.1

## Recommended setup

Expand Down
4 changes: 4 additions & 0 deletions doc/zenbones.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
A collection of Vim/Neovim colorschemes designed to highlight code using
contrasts and font variations.

## Requirement

- Neovim v0.8.0 (use v2.0.0 for older versions) or Vim 8.1

## Usage

Just apply the colorscheme as usual:
Expand Down

0 comments on commit b44f104

Please sign in to comment.