-
Are you using impatient.nvim? It caches lua modules. My startuptime with 72 plugins (including it) and zero lazy loading is 600ms.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Yup, maybe my startup is like that is because of my machine speed. Here's my nvim-config, if you want to see my setup.
-
NvChad
Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
I got curious how NvChad had such a fast startup, so I utilize how it lazy loads certain stuff after file load: https://github.com/NvChad/NvChad/blob/main/lua/core/lazy_load.lua
-
I am running nightly, and it seems it got built-in filetype.lua some time ago: feat(runtime)!: enable filetype.lua by default