chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

File manager for Neovim. Better than NERDTree.

Results 104 chadtree issues
Sort by recently updated
recently updated
newest added

https://facebook.github.io/watchman/ Not sure how much it would improve performance, or what all additional benefits it might have, but putting it out there as an idea.

See nerdtree-git-plugin (https://github.com/Xuyuanp/nerdtree-git-plugin), which does this by default: let g:NERDTreeGitStatusIndicatorMapCustom = { \ 'Modified' :'✹', \ 'Staged' :'✚', \ 'Untracked' :'✭', \ 'Renamed' :'➜', \ 'Unmerged' :'═', \ 'Deleted' :'✖',...

maybe i can show a 🗺 of the window with each one labeled, and users can pick from there

After selecting item[s] and performing a copy or cut, the items are still selected. Since I don't need to perform operations on them immediately again, I need to manually deselected...

I'm not able to set setting. In the configuration theres the failing dog example.. I like dogs too, but how about having an example that actually works? I have this...

I've seen a similar error in another issue, but I didn't really get the solution and this error is slightly different. ![image](https://user-images.githubusercontent.com/40724972/107034284-674cf800-67ae-11eb-9741-2a89ec782801.png) when running :CHADdeps

- open from working directory - open from root directory of VSC repository - open from directory which current file in

Can you make '?' to show all the available shortcut keys that can be used inside CHADTree. And also can you make ijkl keys to travel through folders vertically as...

For the first time calling `:CHADopen`, I got the following error message: ``` error caught in notification handler '/Users/someone/dotfiles/vim/plugged/chadtree/rplugin/python3/chadtree:command:CHADopen []' Traceback (most recent call last): File "/Users/someone/Library/Python/3.7/lib/python/site-packages/pynvim/plugin/host.py", line 145, in...

Just updated to latest version and it seems that I have lost the colors from my theme and terminal and instead get some default colorscheme now. Any changes that could...