Gerry Agbobada

Results 110 comments of Gerry Agbobada

- `open /Applications/Alacritty.app` works (and is much better than my `/Applications/Alacritty.app/Contents/MacOS/alacritty; ^Z; bg; disown %1` that I used before - The "app install" thing did not appear when I tried...

I tried, same behaviour. I used syslog to check what happened, and I think I'll to find a more intrusive logging method, as all I have is : ``` $...

> `` Ctrl + ` `` > ``` > - { key: Grave, mods: Command, chars: "\x00" > ``` Are you sure the "mod" you want in the binding is...

For what it's worth, I tried to reproduce it very quickly using my setup, but could not: - I use the **nightly channel** of rust, but since we want to...

It's part of #2137 , as far as I understand, LSP debugging is something that's been on @w0rp's mind for a while now, and debugging this with Neovim is not...

Good catch. `rust-src` is necessary to get completion to work with rls (or at least having the sources of the standard library and somehow find a way to tell rls...

I'm not sure it's the same as doom-dracula and doom-one as you suggest. The contrast between the light blue background of the selected candidate and the yellow-ish default background is...

Hello, You should make a separate issue for this. When I (or someone else) comes around and fixes acario-themes, It's going to close this issue automatically

Added `ligature.el` manipulation in `set-ligatures!` function so that users keep a single entrypoint. As discussed, it’s pretty hard to handle inheritance of derived modes, so I think the best way...

Maybe the `defvar` could be a plist or an alist, so that instead of having multiple variable for `t`, `prog-mode`, `text-mode` etc., we’d have a single list on which we...