I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/vim-vsnip/misc/source_spec.json
Normal file
13
dot_vim/plugged/vim-vsnip/misc/source_spec.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"no-prefix-alias": {
|
||||
"prefix": ["---"],
|
||||
"body": ["${VIM:repeat('-', &tw)}"]
|
||||
},
|
||||
"prefix-alias": {
|
||||
"prefix": ["arrow-function"],
|
||||
"body": "() => "
|
||||
},
|
||||
"has-no-prefix": {
|
||||
"body": "() => "
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user