mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-10-09
This commit is contained in:
@@ -21,12 +21,11 @@ return {
|
||||
[[
|
||||
local function {}({})
|
||||
{}
|
||||
end{}
|
||||
end
|
||||
]],
|
||||
{
|
||||
i(1),
|
||||
i(2),
|
||||
i(3),
|
||||
i(0),
|
||||
}
|
||||
)
|
||||
|
||||
@@ -13,6 +13,9 @@ return {
|
||||
}
|
||||
)
|
||||
),
|
||||
}, { -- autosnippets
|
||||
s({ trig = "mt", name = "Math Block" }, fmta("$<>$", { i(1) })),
|
||||
s({ trig = "mmt", name = "Multiline Math Block" }, fmta("$ <> $", { i(1) })),
|
||||
s(
|
||||
"ket0",
|
||||
fmt(
|
||||
|
||||
@@ -88,17 +88,4 @@ return {
|
||||
}
|
||||
)
|
||||
),
|
||||
}, {
|
||||
s(
|
||||
"__",
|
||||
fmta(
|
||||
[[
|
||||
__<init>__<>
|
||||
]],
|
||||
{
|
||||
init = i(1),
|
||||
i(0),
|
||||
}
|
||||
)
|
||||
),
|
||||
}
|
||||
}, {}
|
||||
|
||||
@@ -218,7 +218,7 @@ local bevy_snippets = {
|
||||
}
|
||||
]],
|
||||
{
|
||||
name = i(1, "sytem"),
|
||||
name = i(1, "system"),
|
||||
args = i(2, "args"),
|
||||
body = i(0),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user