-
## Bug Report
### Description
The `~/HyDE/Scripts/install.sh` script just replaces the line `plugins = ...` with
```
plugins=( git sudo zsh-256color zsh-autosuggestions zsh-syntax-highlighting…
-
### Why is it worth to add this package?
This package complements the basic zsh (z shell) package with syntax highlighting.
Other distro already ships this package, see https://github.com/zsh-user…
-
__REPOST FROM__: https://github.com/ocaml/dune/issues/10963 by @edwintorok
## Expected Behavior
```
$ dune --version
"Dune Developer Preview: build 2024-09-28T01:30:13+00:00, git revision
17…
-
### Steps to reproduce
Open this `test.sh` file with `vim --clean`:
```bash
#! /bin/bash
ls [[:alpha:]]
# bad highlighting (like syntax error?)
```
See screenshot:
![image](https://g…
-
#### Current Behavior
I'm on a mac. This erroneous behaviour only occurs in iTerm2. Not in the built in Terminal application. Not in Warp. If I activate the Starship prompt. Combined with if I activa…
-
zsh-syntax-highlighting: unhandled ZLE widget 'insert-unambiguous-or-complete'
zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey insert-unambiguous-or-complete` without creating t…
-
#### Current Behavior
Whenever I start typing a command and use tab-completion, the first characters of the command get repeated at the start of the line.
#### Expected Behavior
Tab completion sh…
-
in the .zshrc there are some bugs also add hstr: bash and zsh shell history suggest box
-
brew install zsh-syntax-highlighting instead of adding it into `$ZSH/custom/plugins`
README.md includes instructions to `git clone git://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/custom/pl…
-
## Problem Summary
Startup times
I have migrated from `zgen` to `zplug`. My ZSH startup times have went from 0.3s to 1.3s.
I have similar setups on both. I don't know if I am missing somethin…