@seaQueue to Programmer [email protected] • 6 months ago50 million rendered polygons vs one spicy 4.2MB boiimagemessage-square137arrow-up11.37Karrow-down113
arrow-up11.36Karrow-down1image50 million rendered polygons vs one spicy 4.2MB boi@seaQueue to Programmer [email protected] • 6 months agomessage-square137
minus-square@[email protected]linkfedilink7•6 months ago4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
minus-square@[email protected]linkfedilink5•6 months agoI’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
minus-square@[email protected]linkfedilink1•6 months agoYeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
minus-squareBaldProphetlinkfedilink3•6 months agoTechnically every JSON file is a single line, with line break characters here and there
4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
I’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
Yeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
Technically every JSON file is a single line, with line break characters here and there