quit when tree is last buf, open on enter if dir or no file

This commit is contained in:
kyazdani42
2020-02-19 23:47:25 +01:00
parent f397e1050c
commit 6670b8e494
3 changed files with 22 additions and 5 deletions

View File

@@ -17,10 +17,9 @@
- [x] Mouse support
## TODO
- handle permissions properly (display error on Read access denied)
- fix all window problems (force size to stay always the same and keep it on the left)
- kill window when its the last one (BufLeave)
- open automatically when opening neovim with `nvim` or `nvim .`
- display error on Read access denied (and better handling of errors if any)
- fix all window problems (force size to stay always the same and keep it on the side)
- add options for users
- cd command to move faster accross the fs if needed
- quickly find file in the directory structure
- use libuv functions instead of `touch` and `mkdir` in `add_file()`