Henry Marshall
Henry Marshall
I've been working on adding some performance improvements to GhostScroll over the last few days and thought some or all of them might be appreciated upstream. This PR functions _almost_...
I noticed that if you split the opening and closing parens for the arguments of an arrow function, it messes up the indentation for implicit returns. Observed: ``` ({ foo,...
The URLs make the posts less clean. I would love if we could use markdown links like this: ``` [awesome page](http://example.com) ``` I don't know how the popular markdown parsing...
Currently, I can open a file in the current pane or a vertical split by launching fzy-vim with two _different_ bindings. I was wondering if there is any way emulate...