If you have a file with 3K+ lines, you should re-think your file.
If you have a file with 3M+ lines, you should re-think your life.
borjovsky
hey are you using in windows this lazyVim ? can you suggest me how to setup in windows. because my case tsx ans ts file not working properly every time treesitter giving error while opening the file.
AnishBishnoi-wflv
Thanks for an informative video. I would like to test this in my own config as well. Is the file you are using with dummy data, and if so is it available anywhere to download?
iduran
How long does it take if you open the same file in Helix? It uses tree-sitter by default.
GreatWalker
Why not add the toggle for treesitter context in your function for disabling treesitter if the file is > 10MB? Could avoid doing it manually in that manor correct?