mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
refactor: auto-gen plugin types
This commit is contained in:
parent
9fb88c67b6
commit
0194f18cfa
6 changed files with 118 additions and 48 deletions
|
@ -3,6 +3,7 @@
|
|||
local M = {}
|
||||
|
||||
---@class snacks.bigfile.Config
|
||||
---@field enabled? boolean
|
||||
local defaults = {
|
||||
notify = true, -- show notification when big file detected
|
||||
size = 1.5 * 1024 * 1024, -- 1.5MB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue