docs: update config.lua (#292)

Fix typos in comments
This commit is contained in:
rishabhjain9191 2023-01-04 21:43:07 +05:30 committed by GitHub
parent 63879369ac
commit d785bffce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,12 @@ local defaults = {
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,