kaktree
kaktree copied to clipboard
File explorer side panel for Kakoune
## Problem description When you change root of the tree by pressing enter, the marked line moves to the top of the buffer, but there is also a white cursor...
It would be nice highlight changed, untracked, ignored, and added files with different colors in the tree.
Currently kaktree only imitates the tree, by doing requests to the filesystem only when user expands the directory, and replacing the contents of the buffer with Kakoune. This means that...