Johannes Altmanninger
Johannes Altmanninger
> a recently-updated fork with a couple of nice additions: https://github.com/legionus/abduco it doesn't seem to have issues enabled
Sounds good. Renaming would be great (also underscores are odd, I'd rather use "-" or no separator). `fish_key_reader` could go into `bind --which-keys` eventually, not sure.
`echo asdf | fish_indent` hangs while `/bin/echo asdf | fish_indent` works. Maybe we're not reading from stdin the way a builtin should.
I need to go through these sometime and remove all the sleeps (I think that's the main issue). For now we can disable the problematic ones if `$CI` is defined,...
Yeah with "remove" I mean to replace all sleeps with "sleep-until-desired-condition-is-true" with a very high timeout. > The annoying part is I cannot reproduce this locally - I have run...
> if someone could at least tell me here it is the file that you can play a bit Interactive commandline editing is implemented in [src/reader.cpp](https://github.com/fish-shell/fish-shell/blob/master/src/reader.cpp).
> (I strongly believe the behavior should change and only 'c' should be selected in the experiment above). I'm not the expert and I haven't read the entire discussion but...
This is expected; `clangd` should work also on a file without root marker in its parent directories. Another workaround is to use `lsp-enable-window`. Or use a dedicated filetype for `zk-markdown`...
can you insert some debugging statements around `__fish_macos_set_env` in `share/config.fish` (check inputs, outputs etc.)
> With completely unconfigured zsh, I get: Confirmed that I get the same result when running `path_helper` from fish ``` > MANPATH=:/Applications/Ghostty.app/Contents/Resources/ghostty/../man /usr/libexec/path_helper | grep MANPATH MANPATH="/usr/share/man:/usr/local/share/man:/Applications/Ghostty.app/Contents/Resources/ghostty/../man:"; export MANPATH; ```...