docs: update README.md

main
olimorris 2024-03-13 19:03:29 +00:00
parent 3cce654221
commit c157b89b5c
2 changed files with 4 additions and 2 deletions

View File

@ -43,12 +43,13 @@ Install the plugin with your preferred package manager:
-- Lua
{
"olimorris/persisted.nvim",
lazy = false, -- make sure the plugin is always loaded at startup
config = true
}
```
> [!NOTE]
> The `lazy = true` option may be useful if you use a dashboard
> Setting `lazy = true` option may be useful if you use a dashboard
**[Packer](https://github.com/wbthomason/packer.nvim)**

View File

@ -37,12 +37,13 @@ Install the plugin with your preferred package manager:
-- Lua
{
"olimorris/persisted.nvim",
lazy = false, -- make sure the plugin is always loaded at startup
config = true
}
<
[!NOTE] The `lazy = true` option may be useful if you use a dashboard
[!NOTE] Setting `lazy = true` option may be useful if you use a dashboard
**Packer**
>lua