TodoTreeView
TodoTreeView copied to clipboard
Todo View for https://github.com/rxi/lite
The chevron icons in the expanded mode differ from the ones in the not-expanded mode.  
`treeview_size` override in `init.lua` works only when manually saving `init.lua` .
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...