neovim: Configure luasnip with snippet directory
This commit is contained in:
parent
2ad4231f31
commit
083d4c39c1
2 changed files with 9 additions and 0 deletions
4
neovim/snippets/go.snippets
Normal file
4
neovim/snippets/go.snippets
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
snippet trun t.Run(string, func(t *testing.T))
|
||||
t.Run("$1", func(t *testing.T) {
|
||||
$0
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue