chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-06 14:09:46 +00:00 committed by github-actions[bot]
parent 7fa92a2450
commit 9e7e4b73ce

View file

@ -37,6 +37,7 @@ The default implementation enables `syntax` for the buffer and disables
{
notify = true, -- show notification when big file detected
size = 1.5 * 1024 * 1024, -- 1.5MB
line_length = 1000, -- average line length (useful for minified files)
-- Enable or disable features when big file detected
---@param ctx {buf: number, ft:string}
setup = function(ctx)