This PR simply adds a couple of good practices like reducing overhead (in treesitter) and localizing recurrently called global vars and funcs. This probably had a performance improvement, but it's negligible.
Thank you, and thanks for doing this cleanup! Interestingly, when I originally had the config required at the beginning of files, I got circular dependency issues. I guess that's gone now
This PR simply adds a couple of good practices like reducing overhead (in
treesitter
) and localizing recurrently called global vars and funcs. This probably had a performance improvement, but it's negligible.Very clean codebase btw!