mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
docs: update
This commit is contained in:
parent
b343744d3a
commit
c71f3c84f4
27 changed files with 44 additions and 290 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue