You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Details
Adds a config parameter `max_file_size` that gets compared to the
file size in megabytes of the current buffer.
If the file is larger than this maximum size then this plugin
essentially becomes a NOOP.
Set the default value relatively high at 1.5 MB, at this value
performance gets pretty bad so no one should be using this
plugin with such files. Allows users to tune the value based
on their setup.
Add some `just` recipes to generate a large markdown file
for testing.
0 commit comments