From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/snippets/zig.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .vim/snippets/zig.lua (limited to '.vim/snippets/zig.lua') diff --git a/.vim/snippets/zig.lua b/.vim/snippets/zig.lua deleted file mode 100644 index 3a7d12f..0000000 --- a/.vim/snippets/zig.lua +++ /dev/null @@ -1,13 +0,0 @@ ----@diagnostic disable: undefined-global -return { - s('str', t('[]const u8')), - s('fn_C', fmt('fn {}({}) callconv(.C) {}', { i(0), i(1), i(2) })), - s('debug', { - t('std.log.debug("'), - i(1, '{any}'), - t('", .{'), - i(2), - t('});'), - i(0), - }), -} -- cgit 1.4.1