fix coloring without vim-devicons

This commit is contained in:
kiyan42
2020-02-20 21:48:16 +01:00
parent a8143a7ff1
commit 267b14fc5f
2 changed files with 7 additions and 6 deletions

View File

@@ -52,10 +52,9 @@ nnoremap <leader>n :LuaTreeRefresh<CR>
![alt text](.github/tree.png?raw=true "file explorer")
## TODO
- add docs
- fix coloring when no dev icons
- use libuv functions instead of `touch` and `mkdir` in `create_file()` and allow file creation with path like `foo/bar/baz`
- better vim help docs
- 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 `create_file()` and allow file creation with path like `foo/bar/baz`
- tree should always stay on the left no matter what
- tree should always stay on the side no matter what