lewis6991/impatient.nvim

Does impatient cache opt as well?

kkharji opened this issue · 1 comments

Hey @lewis6991 thanks a lot for taking the time to put this together.

I wonder if opt lua files are cached as well, because I feel this might be the cause of impatient taking longer time to load. before it was like 3.1ms

impatient                                      │     mixed │   0.4379ms │   5.7322ms │   6.1700ms │

Yes, opt files are cached as well. Everything loaded with require gets cached.