add icons and sort

- Uses vim-devicons if it exists
- Uses font awesome folder open/close
- Sort directories first
This commit is contained in:
kyazdani42
2020-02-07 20:14:08 +01:00
parent 98716c9a83
commit bdbebefc6d
2 changed files with 48 additions and 6 deletions

View File

@@ -11,8 +11,9 @@
- [x] moving around the file structure like any basic tree
- [x] open file in current buffer or in split with FzF like bindings (CR, C-v, C-x)
- [x] icons for files
- [ ] add / delete file in directory
- [ ] quickly find file in the directory structure
- [ ] icons for files
- [ ] syntax highlighting
- [ ] simple git integration (color of file changing when staged/changed)