* feat: add a history attribute to plugin config as described in #110 closes #110 * fix: Correct grammar mistake in comment Co-authored-by: Jacob Kauffmann <jacobgkau@users.noreply.github.com>
This commit is contained in:
parent
1552b585d6
commit
a5c2569654
9 changed files with 15 additions and 5 deletions
|
|
@ -8,5 +8,6 @@
|
|||
isolate_with: "^(=).*",
|
||||
),
|
||||
bin: (path: "calc"),
|
||||
icon: Name("x-office-spreadsheet")
|
||||
icon: Name("x-office-spreadsheet"),
|
||||
history: false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue