This commit is contained in:
Oliver Ladner 2023-11-28 13:10:51 +01:00
commit 04d3f565fd

View file

@ -27,8 +27,6 @@ Output from lazy.nvim profiling (`:Lazy`, then `P`):
### Start and open init.lua
Around 50% of plugins are lazy-loaded:
```bash
Startuptime: 71.69ms
@ -41,6 +39,8 @@ This is more accurate than `nvim --startuptime`.
### Starting with empty file
Around 50% of the plugins are lazy-loaded.
```bash
Startuptime: 46.94ms