AutoYADM commit: 2025-04-05 15:00:07
This commit is contained in:
parent
8219ec0917
commit
b815bb2046
3 changed files with 19 additions and 0 deletions
5
.config/helix/snippets/python.toml
Normal file
5
.config/helix/snippets/python.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[snippets]]
|
||||
prefix = "ld"
|
||||
scope = ["python"]
|
||||
body = 'log.debug("$1")'
|
||||
description = 'Debug log level'
|
Loading…
Add table
Add a link
Reference in a new issue