chore(docs): auto generate vimdoc

This commit is contained in:
folke 2022-09-07 16:27:23 +00:00 committed by github-actions[bot]
parent 5722269363
commit a0518d6a07

View File

@ -1,4 +1,4 @@
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 06
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 September 07
==============================================================================
Table of Contents *tokyonight-table-of-contents*
@ -214,10 +214,10 @@ Example for changing some settings and colors
},
sidebars = { "qf", "vista_kind", "terminal", "packer" },
-- Change the "hint" color to the "orange" color, and make the "error" color bright red
on_colors = function(colors) {
on_colors = function(colors)
colors.hint = colors.orange
colors.error = "#ff0000"
}
end
})
<