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

Hi, I'm working on the pivert/python-nvim-ide docker image. After adding the Plug line and running the PlugInstall: nvim -e -i NONE -c "PlugInstall|q" -c "qa" The CHADdeps fails: ``` nvim...

Is it possible to enable prompting the entire path like in NERDTree? I would like to move the file across entire project directory by just renaming of the file path.

Installed chadtree, then the following won't work: 1. Running `nvim .` will open an empty buffer, with the name `.`. 2. Pressing `-` (tpope/vim-vinegar) will open an empty buffer as...

I'm having a similar problem as described in #39, where the window first opens to default size (half of terminal width) and then gets resized. This happens even if I...

Basically I open main.c and functions.c simultaneously and when I try to run :te./%< in main.c ,after the program completes it should return back to normal mode in the window...

Pardon me if this sounds like trivial request, I am asking as I am new to this. How do I translate this below for use with Packer. In Packer the...

If we have folder src/api/service, that i think it would be great to show it in one line and not in the tree

Hi, I'd love to use this over NERDTree, but it is missing a few small features that make this kinda hard with my current workflow. Basically what's needed is the...

Having this `.gitignore` ``` node_modules/ ``` I expect to don't see it on the file tree. Is there any way to accomplish that? (I know it changes the color but...