update todolist

This commit is contained in:
kiyan42 2020-02-23 01:17:23 +01:00
parent e5db994ebb
commit d29b24aa4c

View File

@ -53,8 +53,8 @@ nnoremap <leader>n :LuaTreeRefresh<CR>
![alt text](.github/screenshot.png?raw=true "file explorer") ![alt text](.github/screenshot.png?raw=true "file explorer")
## TODO ## TODO
- Tree creation should be async
- command to find current file in the directory structure
- use libuv functions instead of `touch` and `mkdir` in `create_file()` and allow file creation with path like `foo/bar/baz` - use libuv functions instead of `touch` and `mkdir` in `create_file()` and allow file creation with path like `foo/bar/baz`
- create highlight function to give the user ability to setup colors themselves - create highlight function to give the user ability to setup colors themselves
- cd command to move faster accross the fs if needed - better default colors
- quickly find file in the directory structure
- html docs