LuaSnip: Fix python snippet for logging

This commit is contained in:
t0xa 2025-10-21 08:34:19 +03:00
parent 6fa48b6380
commit e01bcbb176

View file

@ -66,9 +66,9 @@ ls.add_snippets("python", {
s({ trig = "logevent", dscr = "Import necessary logging utils" },
fmt(
[[
_log.{}('{}' * 60))
_log.{}('{}' * 60)
_log.{}({})
_log.{}('{}' * 60))
_log.{}('{}' * 60)
]],
{
c(1, { t "error", t "warning", t "info" }),