Henrik Lissner

Results 312 comments of Henrik Lissner

Sorry for the tremendously late response, but I'd prefer we use `repeat-mode`. In fact, it's already on my TODO list to enable it by default for non-evil users, and perhaps...

@braham-snyder I've taken this idea and since written [evil-multiedit](https://github.com/hlissner/evil-multiedit). The default config lets you visually select a region and press RET to restrict matches to that region. I can look...

(Please use the `:+1:` reaction on the original post rather than replying with 'same error', unless you have more to add to the issue). I believe the root of this...

As of https://github.com/doomemacs/doomemacs/commit/60e94479a7952a9939b349dc478378ea47289fa9 this should be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

Personally, I prefer the precision of the `with-editor-mode` check. Plus, `with-editor` seems unique enough in the Emacs space to target it directly like that, imo. But if you must settle...

It's working great! Thanks for the quick turnaround (and for `diff-hl` itself)!

Try putting `auto-dark-mode` on the `doom-init-ui-hook` instead. `(after! doom-ui ...)` is the same as having no `after!` block at all, since there's no scenario where `doom-ui` isn't already loaded by...

This issue should now be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

This is simply [an upstream issue](https://github.com/zigtools/zls/issues/1879). ZLS now serves its releases in `tar.xz` files instead of `tar.gz` (which is what `lsp-mode` is configured to look for). We'll have to wait...

Seems to be taking a while for the response, so I've gone ahead and added the corrected `lsp-zig-download-url-format` in 7bb5df4. I'll revert it if the issue is addressed upstream. In...