Files
dotfiles/cli/dot-config/helix/snippets/python.toml

6 lines
208 B
TOML

[[snippets]]
prefix = "ld"
scope = [ "python" ] # language id https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
body = 'log.debug("$1")'
description = "log at debug level"