From e01bcbb1768b66768e189923377ece4e9c340fbb Mon Sep 17 00:00:00 2001 From: t0xa Date: Tue, 21 Oct 2025 08:34:19 +0300 Subject: [PATCH] LuaSnip: Fix python snippet for logging --- lua/custom/snippets/python.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/snippets/python.lua b/lua/custom/snippets/python.lua index 93626a1..b198e43 100644 --- a/lua/custom/snippets/python.lua +++ b/lua/custom/snippets/python.lua @@ -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" }),