I broke up with neovim....vim is my best friend now
This commit is contained in:
16
dot_vim/plugged/vim-vsnip/misc/basic_spec.json
Normal file
16
dot_vim/plugged/vim-vsnip/misc/basic_spec.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"if": {
|
||||
"prefix": "if",
|
||||
"body": [
|
||||
"if ${1:condition}",
|
||||
"\t$0",
|
||||
"endif"
|
||||
]
|
||||
},
|
||||
"inline-fn": {
|
||||
"prefix": ["inline-fn"],
|
||||
"body": [
|
||||
"{ -> $1 }$0"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user