1
0
Fork 0

neovim: Update placeholder for Go trun snippet

This commit is contained in:
Jeremy Kaplan 2023-10-16 15:22:52 -07:00
commit e0e0518e60

View file

@ -1,4 +1,4 @@
snippet trun t.Run(string, func(t *testing.T))
t.Run("$1", func(t *testing.T) {
$0
${0:t.Fatal("TODO")}
})