chadtree
chadtree copied to clipboard
File manager for Neovim. Better than NERDTree.
The error below:  ```bash command: /Users/agou-ops/.vim/plugged/chadtree/.vars/runtime/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/wl/sjs6bs3d421cj9s478qrtjh00000gn/T/pip-install-2j_ m3zt2/greenlet/setup.py'"'"'; __file__='"'"'/private/var/folders/wl/sjs6bs3d421cj9s478qrtjh00000gn/T/pip-install-2j_m3zt2/greenlet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read() .replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/wl/sjs6bs3d421cj9s478qrtjh00000gn/T/pip-record-b5t52r5o/install-record.txt - /Users/agou-ops/.vim/plugged/chadtree/.vars/runtime/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning:...
We can copy the file name and basename to the past buffer but I would like to actually move files around. Nvim-tree has similar file moving , but I like...
To reproduce: Hit "C" (change_focus_up) while in a ChadTree window. Note that your working directory is unchanged, the ChadTree root has moved one level up, and your cursor remains in...
current: ``` | | | | Ct | open Ct here | | | | ------------------------------------ | | | your other horizontal split | ``` what you want: ``` |...
Hey! Thanks for the work on this! I'm not sure if there's current a way to do this, but it'd be sweet if there was a way to get the...
When I open a file that is in home folder, it yields the following error: ``` Failed to switch to window 1003 Traceback (most recent call last): File "/home/th4tkh13m/.local/share/nvim/site/pack/packer/start/chadtree/.vars/runtime/lib/python3.8/site-packages/pynvim_pp/logging.py", line...
would it be possible to make `chadtree_settings.theme.icon_colour_set` have the option `"none"` which would just disable colors on icons entirely? another nice option would be "lscolors" which could just set the...
I see you've added (1) to show open files - which is really cool! I'd love a way to add a Filter (preferably by a quick hotkey) that then only...
I often accidentally open a buffer in the CHADTree window, that's pretty annoying. I have looked for some solutions but they all use the bufname. I leave a video with...
Is there an option to have chadtree shown by default? That is, open a file, and have chadtree enabled by default, with the cursor in the opened file (and not...