Artyom Andreev
Artyom Andreev
**Describe the bug** I wanted to install swag from GitHub releases page. Downloaded it, tar-extracted and runned `swag init -h`. Got Gin-server instead of generator. **To Reproduce** Steps to reproduce...
If filename contains ``-character, the item in completion list is completed wrong. Fish version: ```sh $ fish --version fish, version 3.5.1 $ echo $version 3.5.1 $ uname -a Darwin macbook...
This fixes a problem with creating completion files, compdump, twice.
I run `tmux` inside `config.fish` with the following code: ```fish if status is-interactive && test -z "$TMUX" set -l tmux /opt/homebrew/bin/tmux $tmux attach -t main 2>/dev/null || test $status -le...
Now hints have same coloring as hints in other plugins. Before they were purple.
Packer generates symlinks to origin directory for local plugins, not to other symlinks. This leads to problem with updating local plugins if they are managed with package manager like `brew`....
### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...
I wanted to customize `fd` colors and read the docs. I found out that it uses `LS_COLORS` for customization. macOS builtin `ls` command reads colors from `LSCOLORS` env variable, not...
`go.work` file has wrong syntax highlighting: The reason is broken regexp that colors all file wrong: ```vim syntax match goworkPath "\f\+" ``` I suggest to drop this regexp, because path...