build core, basic and go variants and add template
This commit is contained in:
11
template/nvim/luasnippets/all.lua
Normal file
11
template/nvim/luasnippets/all.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
--- Add your lua snippets here. Rename this file to match the file type your
|
||||
--- snippets are supposed to be availlable for instead of 'all'.
|
||||
---
|
||||
|
||||
return {
|
||||
parse(
|
||||
{ trig = 'my-snippet', name = 'My Snippet' },
|
||||
'The quick brown ${1:fox} jumps over the lazy ${2:dog,cat,elephant}'
|
||||
),
|
||||
}
|
||||
Reference in New Issue
Block a user