From 66b9b490e930fb77f93a2a0c64e0da9a5144fd0a Mon Sep 17 00:00:00 2001 From: Tony Woland <16152581+tonyxwz@users.noreply.github.com> Date: Sun, 26 May 2024 00:42:27 +0200 Subject: [PATCH] fix(doc): add vim modeline to properly show the help (#166) Insure that vim detects help file as ftype=help --- doc/zk.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/zk.txt b/doc/zk.txt index 305e59d..2a78067 100644 --- a/doc/zk.txt +++ b/doc/zk.txt @@ -490,3 +490,5 @@ It's possible (but unnecessary) to also load the notes and tags pickers as a tel :Telescope zk tags created=today < +============================================================================== + vim:tw=78:ts=8:ft=help:norl:fdm=marker:cole=2: