ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.64k stars 61 forks source link

Chadtree can not show me a git status track #211

Open fadedzipper opened 3 years ago

fadedzipper commented 3 years ago

when i install run :CHADdeps , there is a error like this. But most features can be used except git status

Successfully installed PyYAML-5.4.1 greenlet-1.1.0 msgpack-1.0.2 pynvim-0.4.2 py Error detected while processing function CHADon_stderr:
line 1:

This is not an error: You can now use :CHADopen

The keybind of keymap.toggle_version_control was setted, and the statusline message can be seen when i use the keybind. However chadtree can not show any git status like the gif when the toggle_version_control is true.

Is there some details that i ignored ?

version: NVIM v0.6.0-dev+43-g02bf251bb Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include Compiled by runner@fv-az68-724

Features: +acl +iconv +tui See ":help feature-compile"

fadedzipper commented 3 years ago

That's closed , i begin to use manjaro, and there is no problems.

can i have some methods, when i enter any file, but chadtree don't automatically change the directory into the files's ?

ms-jpq commented 3 years ago

what? im not sure whats you want there, like you want chadtree to re-reoot to the file ?

fadedzipper commented 3 years ago

what? im not sure whats you want there, like you want chadtree to re-reoot to the file ?

for example, i have a directory named A. And there are two subdirectory B and C in A. When i press enter key (default setting's enter key bind ) to open a file in B. Usually the chadtree automatically change root directory to the B from A. But i often need to look through the file in C. i have to change the active window to chadtree, then press C to make chadtree change back to directory A .Then enter to the file in C. when the project have many levels of subdirectory, there seems some time wasted. So is there some methods make chadtree don't automatically change the root directory to the B?

i love chadtree much more than nerdtree or defx etc. thank you for your help.