pack icon indicating copy to clipboard operation
pack copied to clipboard

📦 The missing vim8 package manager.

Results 11 pack issues
Sort by recently updated
recently updated
newest added

Does this package manager work with Neovim? If it does: great, you ought you put that in the README so that people know. If it doesn't: dang, you ought to...

`./pack: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./pack)` > os: Linux 5.4.60-2-MANJARO #1 SMP PREEMPT Sat Aug 22 14:35:41 UTC 2020 x86_64 GNU/Linux

``` pack install styled-components/vim-styled-components ✗ [styled-components/vim-styled-components] reference 'refs/heads/master' not found ``` need to use the `main` branch: `Plug 'styled-components/vim-styled-components', { 'branch': 'main' }`

Hey I really like using pack. I think it would be beneficial to setup a lazy load on map like some other plugin managers do. I've been struggling to figure...

On my windows system, I use pack in WSL to manage my vim there. However, I get thread panics from time to time (see below). It seems to be related...

First of all: thanks for the great tool, it's the best vim plugin manager I've used to date (and believe me, I tried a lot). I have one feature request...

We wouldn't be able to run this command in some special/useful cases like in a docker otherwise we'll get error: `Fail to get terminal size. Inappropriate ioctl for device (os...

When two plugins exist with the `.vim` suffix, they share the same configuration file. This results in duplicate code in a `_pack.vim`. This is easily observed with `junegunn/fzf` and `junegunn/fzf.vim`

Error: ``` [root@localhost ~]# ./pack install tpope/vim-markdown ./pack: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory ``` Enviroment: ``` [root@localhost ~]# cat...

Fix https://github.com/maralla/pack/issues/50 https://github.com/raphaelahrens/pack/commit/b19d2cba2bcdc534988a7759364c608b4173e3bd#commitcomment-66279418 > When a plugin is under a different branch then the configured default branch, the old clone failed because it could not knwo which branch to fetch....