docs: update readme for use with dashboards
parent
c165fbbaac
commit
296a7d60e7
|
|
@ -39,7 +39,6 @@ Install the plugin with your preferred package manager:
|
|||
-- Lua
|
||||
use({
|
||||
"olimorris/persisted.nvim"
|
||||
-- lazy = true, -- For lazy loading
|
||||
config = true
|
||||
})
|
||||
```
|
||||
|
|
@ -50,7 +49,6 @@ use({
|
|||
-- Lua
|
||||
use({
|
||||
"olimorris/persisted.nvim",
|
||||
--module = "persisted", -- For lazy loading
|
||||
config = function()
|
||||
require("persisted").setup()
|
||||
end,
|
||||
|
|
@ -72,6 +70,8 @@ lua << EOF
|
|||
EOF
|
||||
```
|
||||
|
||||
If you wish to use session _autoloading_ alongside a dashboard plugin, it is recommended that you give this plugin a greater loading priority. With `Packer` the `after` config option can be used and in `Lazy.nvim`, the `priority` property.
|
||||
|
||||
### Telescope extension
|
||||
|
||||
Ensure that the telescope extension is loaded with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue