update readme todo

This commit is contained in:
kiyan42 2020-03-04 17:42:24 +01:00
parent a33622179d
commit abaf0775a8

View File

@ -67,6 +67,9 @@ nnoremap <leader>n :LuaTreeFindFile<CR>
- refactor all `system` call to `libuv` functions, with better error management - refactor all `system` call to `libuv` functions, with better error management
- bufferize leafs of node being closed so when opening again the node, we open every directory that was previously open - bufferize leafs of node being closed so when opening again the node, we open every directory that was previously open
### Code
- change `lua_tree_show...` to an object
### Features ### Features
- sneak like cd command to find a file/directory - sneak like cd command to find a file/directory
- better default colors (use default vim groups) - better default colors (use default vim groups)