neovim: delete lua snippets file

because lua lsp already has some of them apparently
This commit is contained in:
2026-03-15 19:21:03 +03:00
parent d2bd46eae5
commit 323f82612e

View File

@@ -1,15 +0,0 @@
---@diagnostic disable:undefined-global
return {
s(
{ trig = "if" },
fmta(
[[
if <> then
<>
fi
]],
{ i(1), i(2) }
)
),
}