Dan Davison
Dan Davison
Great! Yes, supporting side-by-side would be nice if it can be done in a way that doesn't get in the way of basic magit functionality like staging selected lines. But...
FWIW I can confirm this improves the experience of using VSCode for `tests/integ_tests` -- e.g. rust-analyzer working and "Run/debug tests" code lenses active.
@djc This PR is a really valuable improvement. (I also work on `sdk-core` using rust-analyzer.) Sorry we've let it pick up merge conflicts. Do you have any appetite for getting...
> happy to rebase this if there's a path to getting it merged Great! OK so to recap our requirements, I'm thinking they are: - Be able to run unit...
OK, thanks for letting us know.
@nemethf Thanks! I did see `(plist-get serverInfo :name)` in the code but wasn't sure how often we should expect it. OK, so from a quick search it [looks like](https://github.com/microsoft/language-server-protocol/issues/558#issuecomment-601820072) `serverInfo`...
Just want to say that I sympathise with this! I also find that if I'm using navigate to jump, then by-hunk jumps often feel too small. So I'm open to...
Does `delta --show-config` help?
To see defaults without the influence of gitconfig or env vars, maybe this: ``` env -i /path/to/delta --no-gitconfig --show-config ``` > Would appreciate if we can have this on: https://dandavison.github.io/delta/configuration.html...
Hi @Sevensidedmarble, thanks for opening this. Have you seen my project doing this for Emacs (magit)? https://github.com/dandavison/magit-delta It might contain some parallels to what would be needed for vim/nvim. It...