mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 21:36:45 +00:00
docs: updates
This commit is contained in:
parent
136776744b
commit
df80b8845a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue