From dbf4eeab55b08856c9d6b6722dbff39630bb35eb Mon Sep 17 00:00:00 2001 From: Tillman Jex Date: Tue, 23 Jul 2024 16:10:55 +0200 Subject: [PATCH] add demo video to readme (#181) update prog versions in help files --- README.md | 2 ++ doc/zk.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 366516d..346e613 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Neovim extension for the [`zk`](https://github.com/zk-org/zk) plain text note-taking assistant. +Checkout [Shivan's](https://github.com/shivan-s) video, [_Note-taking System ALL Programmers Should Consider_](https://www.youtube.com/watch?v=UzhZb7e4l4Y), to see it in action. + ## Requirements | `zk-nvim` | `zk` | Neovim | diff --git a/doc/zk.txt b/doc/zk.txt index 2a78067..f38161f 100644 --- a/doc/zk.txt +++ b/doc/zk.txt @@ -28,8 +28,8 @@ Neovim extension for the `zk` (https://github.com/zk-org/zk) plain text note-tak -------------------------------------------------------------------------------- REQUIREMENTS *zk-requirements* -* Neovim >= 0.6.0 -* `zk` >= 0.9.0 +* Neovim >= 0.8.0 +* `zk` >= 0.13.0 -------------------------------------------------------------------------------- INSTALLATION *zk-installation*