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

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...