AutoYADM commit: 2025-02-12 12:25:05

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:25:05 -05:00
parent de213728de
commit 239d736772
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ LOG_FILE = "/tmp/completion.log"
[[language]] [[language]]
name = "toml" name = "toml"
roots = ["."] roots = ["."]
auto-format = true
[[language]] [[language]]
name = "markdown" name = "markdown"

View file

@ -52,6 +52,7 @@ prepend_keymap = [
"'", "'",
":", ":",
], run = 'plugin custom-shell -- auto --interactive --block', desc = "custom-shell as default, interactive, block" }, ], run = 'plugin custom-shell -- auto --interactive --block', desc = "custom-shell as default, interactive, block" },
{on = "h", run = 'shell --block "helix ."'}
] ]
[input] [input]
prepend_keymap = [ prepend_keymap = [