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.
todotreeview-xlstarts lagging heavily when it tries to read huge folders like the Java LSP serverjdtls's config folder (.jdtls).I solved it for now by using
table.insert(config.ignore_files, ".jdtls/")in the.lite_project.luafile, but I wonder if there should be an additional filtering step for heavy folders in the plugin itself.