lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

Does impatient cache opt as well? #27

Closed kkharji closed 3 years ago

kkharji commented 3 years ago

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 │
lewis6991 commented 3 years ago

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