Skip to content

Commit e6fae79

Browse files
committed
docs: remove section about lazy loading
This is now handled by the plugin itself, so no need for users to lazy load themselves
1 parent 437f2ff commit e6fae79

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ lua require('crates').setup()
5454
</details>
5555

5656

57-
<details>
58-
<summary>For lazy loading.</summary>
59-
60-
```lua
61-
{
62-
'saecki/crates.nvim',
63-
event = { "BufRead Cargo.toml" },
64-
config = function()
65-
require('crates').setup()
66-
end,
67-
}
68-
```
69-
</details>
70-
7157
## [Documentation](https://github.com/Saecki/crates.nvim/wiki)
7258
- [Stable](https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.7.1)
7359
- [Unstable](https://github.com/Saecki/crates.nvim/wiki/Documentation-unstable)

0 commit comments

Comments
 (0)