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

I have run `:CHADdeps`. ```bash Error detected while processing ~/.local/share/nvim/plugged/chadtree/plugin/chadtree.vim: line 20: E5108: Error executing lua .../.local/share/nvim/plugged/chadtree/lua/chadtree.lua:144: Vim:Failed to start server: no such file or directory stack traceback: [C]: in...

Stopped working with the next error with Python 3.8.10: Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 87, in _run_code...

Is there no sorting of the filenames? I would expect at least sort by name, date and filesize... i think Netrw has those Also i may be blind but i...

Hello I don't know if this is caused by misconfiguration but I just installed the plugging using vim-plug the way it says in the readme. I also installed trash-cli by...

Hey, When the editor is opened by an external programm, like `git` or `vimdiff` for example, I get those errors : ``` $ vimdiff hint: Waiting for your editor to...

I link my projects into ~/projects: ~/projects ├── project1 -> ~/xxx/project1 ├── project2 -> ~/yyy/zzz/project2 ├── ... If I change root to project1, then switch root to one level up,...

NERDTree inlines the `.. (up a dir)` option. ![image](https://user-images.githubusercontent.com/20600565/230821800-5cfb21a5-c3da-4990-8897-7eaa7d6fd9ff.png) With CHADTree, you can move the CHADTree root up one directory with `C`. Can this be inlined like in NERDTree? ![image](https://user-images.githubusercontent.com/20600565/230821860-1a48819a-12b8-479e-91e0-4a1ee5d141ff.png)

I've been trying to set this through the theme configuration but there is no way, I have also tried setting this from the view configuration which does not have any...

Hello! I've been writing some scripts for my neovim setup and noticed that you haven't included a way to *close* the tree only to *toggle*. I was making some scripts...

I use `bufferline` and set offset for it. When I use `Nvim Tree`, i set the options as followed: ```lua options = { diagnostics = "nvim_lsp", offsets = {{ filetype...