cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.13k stars 78 forks source link

Allow toggle decorations to take a boolean argument #2464

Closed AndreasArvidsson closed 2 months ago

AndreasArvidsson commented 2 months ago
hats on:  user.run_rpc_command("cursorless.toggleDecorations", true)
hats off: user.run_rpc_command("cursorless.toggleDecorations", false)

Fixes #2462

Checklist

phillco commented 2 months ago

Thank you! Just used this today.