antónio mora
antónio mora
Looking into the code and doing some research I understood some things (please correct me if I'm wrong): - this repo contains the source code of a bunch of other...
> I'm also guessing that every screen ratio must be built in a different manner, but I'm not sure how I was wrong, the final modified ROM is the same...
I created, on my [fork][fork], a Makefile with some QoL improvements. To build from source: ```bash make prepare # downloads *.bin files cp /path/to/your/backup/smw/rom ./build/resources/smw.sfc make assemble # creates a...
I took a slightly different approach, would love to hear if it is a good one: To make things easier I created a Github Action. Every time someone opens a...
Hi, thanks for the suggestions :) You're more than welcome to open a PR In `contabs` we have this idea of `project`: basically a tab tied to a working directory....
It should be very similar to what is described on the readme 🤔 I have submitted [a PR](https://github.com/LazyVim/LazyVim/pull/2179/files#diff-fc70d762ecd57a607bb52fa96c9e51694162821f69c5de7ba7793b20a5f55455R43) for LazyVim that configures baleia and conjure, maybe it can inspire you....
I added instructions to the README
I [added instructions here](https://github.com/m00qek/baleia.nvim#automatically-colorize-text-added-to-the-quickfix-window) to enable `baleia` for the quickfix window. > Also for some reason I don't heave the mentioned :BaleiaColorize from the README.md. Have you created the command...
It looks like changes to the buffer through quickfix API do not trigger `on_bytes` events. I believe quickfix buffer use a custom "index" to control changes, that's why the events...
I don't use any qf plugin but what is on the README does colorize the buffer every time I execute `:cexpr ...` > But is there a way to preprocess...