-
At work we have a massive package.lock.json that I want to look through but it looks like my buffer is limited to 8405 lines. Probably a noob question but does anyone know how to increase the buffer size or make nvim load the entire file? I am not really concerned about resources, especially not on my work machine. |
Beta Was this translation helpful? Give feedback.
Answered by
jellis206
May 26, 2023
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jellis206
-
Another tip I just learned, toggle format on save off for large files. For some reason it was chopping lines off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright pretty sure I figured it out. I am using Iterm2 and they have limits for the number of bytes that can be provided to services. I just changed the default value to 4GB in bytes and that seemed to do the trick. I did also bump up the Drawing throughput threshold to 1GB but I don't think that one really matters.