bigfile.nvim icon indicating copy to clipboard operation
bigfile.nvim copied to clipboard

More flexible pattern and features combination?

Open Rlyown opened this issue 1 year ago • 0 comments

This plugin works very well for frequently accessed large files.

Whether it could support disabling different features for different patterns? For example, I wanna disable treesitter but keep lsp enabled when I edit a C code file with over 10,000 lines. But for a file with more than 100,000 lines, it is more suitable to disable all features.

I'm not sure if this feature would complicate this plugin.

Thank you!

Rlyown avatar Mar 07 '24 09:03 Rlyown