Pan JJ

Results 8 issues of Pan JJ

This is still a work in progress. I love [lispyville](https://github.com/noctuid/lispyville), and would like to add support for it in evil-goggles. The current code change should be working as I tested,...

I'm not quite fimiliar with configuring frontend tools so I used a generator for yeoman to scaffold for me. I write both front and back ends and if I serve...

I used another package which saves all file-visiting buffers when idle, now I'm switching to super-save because the `focus-out-hook` style works better with file watchers, e.g. web front-end transpilers. Meanwhile,...

### Version 2.5.16 ### Reproduction link [https://codepen.io/JJPandari/pen/gzLVBq?editors=1010](https://codepen.io/JJPandari/pen/gzLVBq?editors=1010) ### Steps to reproduce See the codepen snippet. Follow the comment there to change the vm's data and see what happens. ### What...

feature request
good first issue
has PR

### What would you like to know? I was using some version from `202202`, which echos "3 matches for foo" when matching. After updating to latest, the echo doesn't show...

question

I tried to use js2-refactor in web-mode(html file) and were told to just turn on `js2-minor-mode` but the file content has to be just js code. The common situation where...

Continuing discussion in https://github.com/noctuid/lispyville/issues/53 - [ ] **problem**: `lispyville-delete` `lispyville-up-list` automatically prettifies code, pulling things after `{` to the same line, which is unwanted. (Not using `prettify` key theme but...

enhancement

*in short:* When selecting a block by delimeters like `{` `[`, one may want it to be line-wise depending on what's on `{` and `}`'s lines. *idea:* Consider the following...