1
0
Fork 0

neovim: Configure luasnip with snippet directory

This commit is contained in:
Jeremy Kaplan 2022-09-27 17:19:13 -07:00
commit 083d4c39c1
2 changed files with 9 additions and 0 deletions

View file

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