Johannes Altmanninger
Johannes Altmanninger
> but that doesn't actually stop it getting highlighted. we can move it to `config.fish` > However, fish_indent -h still throws an error. weird. In latest master, `fish_indent` is a...
> fish can be run with default configuration [without mktemp] it will fail sooner or later though (and latest master makes it fail for standalone builds sooner). I'm wondering what...
> These three are missing > ``` > mktemp > file > mkfifo Most nontrivial shell scripts want "mktemp", so I think it makes sense to require it. mktemp is...
right, things should generally be fixed in the appropriate upstream place so that downstream packagers don't have to carry patches. It wasn't clear from your OP what (if any) help...
> - instances of `/bin/sh` as freestanding commands within `.fish` files are most likely not automatically handled by `termux-exec` Great. I'm queueing this change: diff --git a/share/functions/__fish_posix_shell.fish b/share/functions/__fish_posix_shell.fish new file...
One thing that comes to mind is wildcard syntax that could be automagically turned on if there is an unescaped * in the query.. For better or worse, the ctrl-r...
sounds like you're using `lsp-auto-hover-enable` (which is not the default behavior). Alternatives are 1. using `lsp-hover` manually whenever needed 2. use `lsp-auto-hover-buffer-enable`, which moves this info into a dedicated `*hover*`...
> 1. I was using `lsp-auto-hover-enable` > 2. switching to `lsp-auto-hover-buffer-enable` still blocks the selection text. Impossible! kakoune-lsp doesn't create such info boxes by default (only for errors). Bisect your...
> This is possible by making the info box anchored at the cursor location mawww is right, and we actually already have an option for this: use `set-option global lsp_hover_anchor...
> If I were choosing defaults, I wouldn't be mad at `*_API_KEY`, > `*_TOKEN`, `*_SECRET`. Sounds good to me, let's do that.