From dd2d0d25709416026d3158f91d0cd2845195c485 Mon Sep 17 00:00:00 2001 From: folke Date: Tue, 13 Sep 2022 05:21:55 +0000 Subject: [PATCH] chore(docs): auto generate vimdoc --- doc/tokyonight.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tokyonight.txt b/doc/tokyonight.txt index e4d70ed..472a80a 100644 --- a/doc/tokyonight.txt +++ b/doc/tokyonight.txt @@ -1,4 +1,4 @@ -*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 12 +*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 13 ============================================================================== Table of Contents *tokyonight-table-of-contents* @@ -193,12 +193,12 @@ TokyoNight will use the default options, unless you call `setup`. lualine_bold = false, -- When `true`, section headers in the lualine theme will be bold --- You can override specific color groups to use other groups or a hex color - --- fucntion will be called with a ColorScheme table + --- function will be called with a ColorScheme table ---@param colors ColorScheme on_colors = function(colors) end, --- You can override specific highlights to use other groups or a hex color - --- fucntion will be called with a Highlights and ColorScheme table + --- function will be called with a Highlights and ColorScheme table ---@param highlights Highlights ---@param colors ColorScheme on_highlights = function(highlights, colors) end,