dotfiles/.config/helix/snippets/python.toml

5 lines
103 B
TOML

[[snippets]]
prefix = "ld"
scope = ["python"]
body = 'log.debug("$1")'
description = 'Debug log level'