mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 04:40:43 up 1 day 16:08, 2 users, load average: 1.69, 1.81, 1.46
This commit is contained in:
5
cli/dot-config/helix/snippets/python.toml
Normal file
5
cli/dot-config/helix/snippets/python.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[[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"
|
||||
Reference in New Issue
Block a user