Update README.md

This commit is contained in:
Diogo Duarte
2024-03-22 15:04:13 +00:00
committed by GitHub
parent 56b4742bac
commit d41fbf9f3b

View File

@@ -45,9 +45,11 @@ desc = "Delete all bookmarks"
--- ---
Additionally you can enable notifications via the plugin's `setup` function in `init.lua`, the following are the default configurations: Additionally you can enable notifications by calling the plugin's `setup` function in Yazi's `init.lua`, i.e. `~/.config/yazi/init.lua`.
The following are the default configurations:
```lua ```lua
-- ~/.config/yazi/init.lua
require("bookmarks"):setup({ require("bookmarks"):setup({
notify = { notify = {
enable = false, enable = false,