You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to create an anonymous function using this plugin for JavaScript and other language that have a similiar syntax.
This could use a let g:vim_surround_lambda_bracket_symbol = " {}" for setting the lambda (anonymous) function bracket style per-language.
This could also be using the l letter for specifying the lambda expression like ysiwl. Used in a word like options this would ideally output function(options) {}.
Do you think this is possible? Is it too much?
The text was updated successfully, but these errors were encountered:
It would be great to be able to create an anonymous function using this plugin for JavaScript and other language that have a similiar syntax.
This could use a
let g:vim_surround_lambda_bracket_symbol = " {}"
for setting the lambda (anonymous) function bracket style per-language.This could also be using the
l
letter for specifying the lambda expression likeysiwl
. Used in a word likeoptions
this would ideally outputfunction(options) {}
.Do you think this is possible? Is it too much?
The text was updated successfully, but these errors were encountered: