TodoTreeView icon indicating copy to clipboard operation
TodoTreeView copied to clipboard

Todo View for https://github.com/rxi/lite

Results 5 TodoTreeView issues
Sort by recently updated
recently updated
newest added

The chevron icons in the expanded mode differ from the ones in the not-expanded mode. ![image](https://github.com/user-attachments/assets/436c66d2-edfd-4d1e-ae96-eebdb90af44f) ![image](https://github.com/user-attachments/assets/171008ed-5af2-4d2d-85dd-47640d3f4b6d)

bug

`treeview_size` override in `init.lua` works only when manually saving `init.lua` .

bug

adding option to ignore all files which have not been added to the git repo

`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...