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