sabof / project-explorer

A project explorer sidebar
266 stars 17 forks source link

Cursor moves slow on home directory. #26

Closed bradyt closed 9 years ago

bradyt commented 9 years ago

My home directory is about 30Mb large. When I am in a subdirectory, cursor moves fine, but when I am at home "root", cursor and scroll is slow. Is package ignoring .git directories? Would ignoring them help?

sabof commented 9 years ago

Yes, it omits everything starting with a .. The speed is affected by the number of files and directories, not by file-size. There is no easy way to improve it.