From ed28871d29ce955373e664fe6007d06ece125018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Apr 2023 07:46:52 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/tokyonight.nvim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tokyonight.nvim.txt b/doc/tokyonight.nvim.txt index cfbcaa7..5758abd 100644 --- a/doc/tokyonight.nvim.txt +++ b/doc/tokyonight.nvim.txt @@ -325,7 +325,8 @@ How to add a new extra template: $ nvim --headless "+lua require('tokyonight.extra').setup()" +qa < -4. commit the newly created themes under `extra/` +4. check the newly created themes under `extra/`, but **DO NOT** commit them! They +will be build automatically by the ci