todotreeview-xl starts lagging heavily when it tries to read huge folders like the Java LSP server jdtls's config folder (.jdtls).
I solved it for now by using table.insert(config.ignore_files, ".jdtls/") in the .lite_project.lua file, but I wonder if there should be an additional filtering step for heavy folders in the plugin itself.