Haotian Li
Results
2
comments of
Haotian Li
As @sjking said, adding `let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']` to my `~/.vimrc` works.
For those who have the same problem, this is my workaround. # Overview ``` !pip list | grep tensorflow tensorflow 2.15.0 tensorflow-datasets 4.9.7 tensorflow-estimator 2.15.0 tensorflow-gan 2.1.0 tensorflow-hub 0.16.1 tensorflow-io-gcs-filesystem...