chtenb
chtenb
The npm was an example, this issue is about the general problem as indicated in the title: the fact that completion syntaxes will not always reflect the syntax of all...
> The issue is worded such that it sounds npm-specific. I did not intend it to be, so my apologies if I didn't formulate unambiguously enough. > Unfortunately, "commands are...
Today I updated my nushell installation and checked this out. I think the behavior has improved a lot! Thanks for that. However, the example given in the OP still does...
I will send a pull request to patch it. However, it does seem like the fall-through mechanism introduced in https://github.com/nushell/nushell/pull/7527 could or should be extended to cover this case?
Is there currently any way to achieve this? I would really like to use my own syntect colorscheme, which I also use for bat and other applications.
> As mentioned, bat also uses syntect, and has several 8 bit themes: [sharkdp/bat#8-bit-themes](https://github.com/sharkdp/bat?tab=readme-ov-file#8-bit-themes). See here for example: [sharkdp/bat@master/assets/themes/ansi.tmTheme](https://github.com/sharkdp/bat/blob/master/assets/themes/ansi.tmTheme?rgh-link-date=2024-04-14T08%3A19%3A04Z). These are compatible with syntect. Just putting this out here, this...
I've been using br on windows without issue in `nushell`.
> Ref [#7178 (review)](https://github.com/helix-editor/helix/pull/7178#pullrequestreview-1455267920) Any idea what problems @pascalkuthe was alluding to? I tried it out a with a TSV file with tab-width set to 64 and found no unexpected...
For TSV files softwrap does not make sense, and I had it turned off. It sounds like there are two options, correct me if I'm wrong 1. Forbid softwrap and...
> the rendering code will infine loop if softwrab is enabled and a grapheme has a width larger than the viewport. Fundementally you just can't properly softrwap in that case...