vim-lambdify icon indicating copy to clipboard operation
vim-lambdify copied to clipboard

Vim plugin that conceals lambda/function syntax with lambda characters

Results 5 vim-lambdify issues
Sort by recently updated
recently updated
newest added

This PR would add support for racket, a dialect of lisp. Edit: relies on the presence of [wlangsroth/vim-racket](https://github.com/wlangstroth/vim-racket)

Is that possible to change the color of lambda, I use vim-lambdify with https://github.com/amix/vimrc. with the background light. And this lambda is grey and hard to see. is that possible...

Ended up here from https://github.com/purescript/purescript/issues/2289. Your plugin seems like a nice idea for me :-) So I'm opening this feature request.

When `vim-lambdify` is installed it hides markdown links like: `[Link text](http://www.example.org)` so only the text is visible while the cursor is not on top of it `Link text`, the behavior...

These are currently correct: `var foo = function() { }` - is lambdified as `var foo = λ` `_.map(arg, function(x) {})` is lambdified as `_.map(arg, λ (x) {})` But a...