docs: updates

This commit is contained in:
Folke Lemaitre 2022-12-14 21:57:21 +01:00
parent 136776744b
commit df80b8845a
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 5 additions and 5 deletions

View File

@ -46,9 +46,7 @@ You can use the following Lua code to bootstrap **lazy.nvim**
end end
``` ```
## 🚀 Usage Next step is to add **lazy.nvim** to the top of your `init.lua`
Add **lazy.nvim** to the top of your `init.lua`
```lua ```lua
-- You can use a lua module that contains your plugins. -- You can use a lua module that contains your plugins.
@ -148,13 +146,15 @@ require("lazy").setup({
} }
``` ```
## Profiler ## 🚀 Usage
## 📊 Profiler
The profiling view shows you why and how long it took to load your plugins. The profiling view shows you why and how long it took to load your plugins.
![image](https://user-images.githubusercontent.com/292349/207703263-3b38ca45-9779-482b-b684-4f8c3b3e76d0.png) ![image](https://user-images.githubusercontent.com/292349/207703263-3b38ca45-9779-482b-b684-4f8c3b3e76d0.png)
## Debug ## 🪲 Debug
See an overview of active lazy-loading handlers and what's in the module cache See an overview of active lazy-loading handlers and what's in the module cache