From aefdb74f6fcf3ac6af03bf6f376c19580ab74de3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Sep 2023 08:50:32 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/tokyonight.nvim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tokyonight.nvim.txt b/doc/tokyonight.nvim.txt index e864a06..cd27594 100644 --- a/doc/tokyonight.nvim.txt +++ b/doc/tokyonight.nvim.txt @@ -61,6 +61,7 @@ EXTRAS ~ - Fish Themes (fish_themes ) - Foot (foot ) - GitUI (gitui ) +- Helix (helix ) - iTerm (iterm ) - Kitty (kitty ) - Lua Table for testing (lua ) @@ -334,7 +335,8 @@ How to add a new extra template: `lua/tokyonight/extra/init.lua`. -3. Run the following command to generate new |tokyonight.nvim-extra| themes: +3. Run the following command to generate new |tokyonight.nvim-extra| themes from +the tokyonight plugin directory: >sh nvim --headless "+lua require('tokyonight.extra').setup()" +qa