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

On the front page, it says use the following command to install chardtree with vim-plug: ``` Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'} ``` Specifically, the `do` command...

OS: windows 10 neovim version: 0.5.0 Problem: Trying to delete a file named "test" located in C:\Users\henry\ Also cannot delete files in other directories. ![image](https://user-images.githubusercontent.com/28958399/132942821-2d0af875-be03-495b-b782-743315745ee0.png) Error message: ```python [WinError 2]...

After scrolling down the CHADTree pane with the mouse, if the currently selected/opened file is no longer visible, CHADTree will scroll back up to keep it in view. This only...

I opened a file that has a swap file not deleted then, after vim dialogue exited and I expected the file to open but I got this error message, the...

> `chadtree_settings.options` > `chadtree_settings.options.follow` > CHADTree will highlight currently open file, and open all its parents. When I open a file that is below the viewed part of the files...

when i install run :CHADdeps , there is a error like this. But most features can be used except git status Successfully installed PyYAML-5.4.1 greenlet-1.1.0 msgpack-1.0.2 pynvim-0.4.2 py Error detected...

I had a similar issue to #139, only I am new to chadtree so instead of losing colors they just didn't appear as expected. Please let me know if I...

When I change the workdir with `b` and then move the focus out of CHADtree, then I see the old version. It doesn't change even when refreshing the window. Attaching...

When you open neovim with a directory argument such as ```nvim .``` instead of opening the pertinent directory tree it starts editing a new file with the name '.'. Expected...

Vim 8.2+ and newer neovim support a feature to color text in the file using text properties & extmarks respectively. These are supposed to be way faster than pattern match...