Skip to content

Commit b2657d5

Browse files
committed
settings: Fix notify_status example
1 parent 277b3aa commit b2657d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

data/settings.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,8 +2747,11 @@ The URI of the dictionary to use. This MUST be set for the plugin to be active.
27472747
See [[link,dict]] for how to configure dictionaries.
27482748
27492749
\`\`\`
2750-
plugin {
2751-
notify_status_dict = proxy:dict-async:notify_status
2750+
notify_status {
2751+
dict proxy {
2752+
name = notify_status
2753+
socket_path = dict-async
2754+
}
27522755
}
27532756
\`\`\``
27542757
},

0 commit comments

Comments
 (0)