projectile能够处理独立的git repo的情况,
但是当我的repo里包含submodule的时候使用projectile-find-file就无法找到submodule里的文件。
(setq projectile-indexing-method 'native)
这样设置也能够解决我的问题,不过速度是在太慢了。
但是当我的repo里包含submodule的时候使用projectile-find-file就无法找到submodule里的文件。
(setq projectile-indexing-method 'native)
这样设置也能够解决我的问题,不过速度是在太慢了。