Michael Davis
Michael Davis
There was some discussion of this on the Matrix recently, plus Kakoune [recently changed](https://github.com/mawww/kakoune/commit/850c88ceeaa61c68f2fc1be947772dc6d3c81bc1) `x`. I prefer the current behavior where `x` always extends the selection but I think there...
Oh dear I should really read the keymap, `X` is exactly what I was thinking of 😅
Is there a function change other than `find_nth_prev` taking a `CharMatcher`? The original `for` + `loop` is nice because it doesn't need an extra `count` variable
That repository git-ignores the generated `parser.c` and `parser.h` files which we need to compile the parser. See https://github.com/CyberShadow/tree-sitter-d/issues/6 You can get around it by creating a fork of the repository,...
It looks like the author of #3832 is working on rewriting or improving tree-sitter-d, so we might be able to take advantage of that new grammar when they are finished
https://github.com/helix-editor/helix/issues/3832#issuecomment-1277139601
Why is this necessary? To my knowledge, all language servers take configuration through the LSP initialization request
Why `~/.cargo/bin/runtime`? It should be `~/.config/helix/runtime`
This would be inconsistent with the default fallback behavior for themes (`a.b.c` falls back to `a.b` which falls back to `a`)