imsnif / monocle

A Zellij plugin to fuzzy find file names and contents in style 🧐
MIT License
135 stars 9 forks source link

fix(scanning): capacity overflow when indexing large files #9

Closed imsnif closed 11 months ago

imsnif commented 11 months ago

Fixes an issue where the plugin would crash when scanning large files (we now skip files over 1MB of size).