Replies: 1 comment 11 replies
-
It has to do with your configuration. I'm using LazyVim and I can see the notification pop up when opening a file greater than 1.5MB. I see in your configuration that you don't have |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added this config
And it is correctly detected/installed by lazy and
:checkhealth
tells me thebigfile
plugin is indeed enabled, but when I open a large file I don't see any notifications (despite the notify = true) and it still tries to enable syntax highlighting and the editor becomes essentially unresponsive.I'm on windows 11 and I'm using neovim 0.11. I don't know if it's a bug or if I'm doing something wrong. I'm still fairly new to neovim so I'm not entirely sure how to debug this further.
Beta Was this translation helpful? Give feedback.
All reactions