docs: update

This commit is contained in:
Folke Lemaitre 2024-11-06 00:35:44 +01:00
parent b343744d3a
commit c71f3c84f4
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
27 changed files with 44 additions and 290 deletions

View file

@ -1,10 +1,12 @@
---@private
---@class snacks.bigfile
local M = {}
---@class snacks.bigfile.Config
local defaults = {
notify = true,
notify = true, -- show notification when big file detected
size = 1.5 * 1024 * 1024, -- 1.5MB
-- Enable or disable features when big file detected
---@param ctx {buf: number, ft:string}
setup = function(ctx)
vim.b.minianimate_disable = true