chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

File manager for Neovim. Better than NERDTree.

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

Here is my example setting I am lazyvim. let g:chadtree_settings = { \ 'theme.icon_glyph_set' : 'devicons' , \ 'theme.text_colour_set' : 'tokyonight' , \ 'theme.icon_colour_set' : 'tokyonight' , \}

Hi there As I work on a Next.js application, I'm running into a path handling problem that seems to be more prevalent in Windows systems. I have organized route groups...

Currently, when I open CHADtree, it only shows the current working directory. I then have to move backwards up the tree using "C" and each branch. If I open CHADtree...

I have a directory that's currently sorted as: ``` dist/ node_modules/ src/ .eslintignore .gitignore .eslintrc.json .prettierrc.json package.json tsconfig.json README.md .prettierignore pnpm-lock.yaml LICENSE ``` There's two things I'm noting that are...

Everytime i launch `nvim` chadtree wants me to insatall chaddeps. when i run :CHADdeps it works until nvim is restarted ![image](https://github.com/ms-jpq/chadtree/assets/64126646/e2d17eaf-e23f-4853-a4c9-b3c235f03875) i installed chadtree with lazy: ```lua { "ms-jpq/chadtree", branch...

hitting this error ``` 1 ⛔️ python < 3.8.2 2 3 [Process exited 1] ``` Im running on a system that only has access to python 3.7, would really prefer...

If I open CHADtree, it never scrolls to the file that is currently open. However, if I focus on the open buffer with CHADtree still open, it does.