color init in lua

This commit is contained in:
kyazdani42
2020-02-19 17:57:36 +01:00
parent 3e1ce735b9
commit 6d9831b2a5
4 changed files with 62 additions and 52 deletions

View File

@@ -18,8 +18,6 @@
- [x] Mouse support
## TODO
- [ ] handle colorscheme better (right now its based on random global variables that might not be loaded at vim start)
- [ ] handle permissions properly (TODO: display error on Read access denied)
- [ ] buffer / window should not disappear when only the tree is opened
- [ ] buffer / window should always stay on the left and never change size (open a file with only the tree open to reproduce this bug)
@@ -27,3 +25,4 @@
- [ ] handle symbolic links
- [ ] quickly find file in the directory structure
- [ ] update tree automatically on window change