zinit icon indicating copy to clipboard operation
zinit copied to clipboard

🌻 Flexible and fast ZSH plugin manager

Results 102 zinit issues
Sort by recently updated
recently updated
newest added

### Summary See https://github.com/zdharma-continuum/zinit/pull/173#discussion_r871271255. ``` sh cd ~/.local/share/zinit/zinit.git git reset --hard HEAD~300 ``` Then, the following commands stop until user presses `q` to quit the pager. ``` sh zinit self-update...

### Discussed in https://github.com/zdharma-continuum/zinit/discussions/499 Originally posted by **OmeletWithoutEgg** April 12, 2023 There is a option to update the plugins parallelly. Is it normal that, after running `zinit update --parallel`, it...

bug

## Description ## Related Issue(s) ## Motivation and Context ## Usage examples ```zsh ``` ## How Has This Been Tested? ## Types of changes - [ ] Breaking change (fix...

zinit
tests
docs
fix
release

## Description I've read about the need on testing `wait` ice. The following could work, but it doesn't. I'm commiting it so that some other eyes might come up with...

tests
release

### What happened? ` zinit from'gh-r' sbin'**/nvim' ver'stable' for neovim/neovim` My neovim version is below ``` NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3 ``` When I run `zinit update neovim/neovim`...

bug

### What happened? `zinit self-update` failed with a `git` error (due to conflicting branches). ### Steps to reproduce Run `zinit self-update`. ### Relevant output ```shell ❯ zinit self-update [self-update] fetching...

bug

### If the feature request is for a plugin or theme, specify it here. _No response_ ### If the feature solves a problem you have, specify it here. Previously I...

### What happened? During `zinit update`, the ices are loaded from a file in the plugin folder. These ices seems to not get validated and if some ice are not...

bug

## Description There is an undocumented ice `param''` which allows to declare variables for the time of loading plugins. ## Related Issue(s) ## Motivation and Context All ices should be...

docs

### If the feature solves a problem you have, specify it here. - Documentation - Removes uncommon infinity character - Improve readability ### Describe the proposed feature. - Rename functions...