David Fournier
David Fournier
You're right, it would be a nice feature! I can do that in less than a week, would it suits you?
Thanks a lot for sharing your tricks 👏 After reading this thread, I added the following in my `config.fish` file: ```fish if test -f ~/.config/fish/conf.d/base16.fish rm ~/.config/fish/conf.d/base16.fish end if status...
Thanks @jdkanani :+1:
Is this repo dead ?
The following code should work as expected and without blocking the event loop: ```js import { pipeline } from "node:stream/promises"; import fs from "node:fs"; const octokit = new Octokit({ auth:...
Contrast setting is definitely not the correct solution because it breaks the vim powerline. @hydrozen theme works perfectly (I don't use macvim) and now everything works perfectly! Many thanks