chadtree
chadtree copied to clipboard
File manager for Neovim. Better than NERDTree.
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.  With CHADTree, you can move the CHADTree root up one directory with `C`. Can this be inlined like in NERDTree? 
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...