mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
7fa92a2450
commit
9e7e4b73ce
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue