mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-03-22 00:36:19 +00:00
Update 2026-03-11
This commit is contained in:
@@ -31,6 +31,21 @@ local snippets = {
|
||||
}
|
||||
)
|
||||
),
|
||||
s(
|
||||
"ttest",
|
||||
fmta(
|
||||
[[
|
||||
#[tokio::test]
|
||||
async fn <name>() {
|
||||
<body>
|
||||
}
|
||||
]],
|
||||
{
|
||||
name = i(1),
|
||||
body = i(0),
|
||||
}
|
||||
)
|
||||
),
|
||||
s(
|
||||
"rstest",
|
||||
fmta(
|
||||
|
||||
Reference in New Issue
Block a user