vim-jetpack icon indicating copy to clipboard operation
vim-jetpack copied to clipboard

The lightning-fast plugin manager, alternative to vim-plug

Results 13 vim-jetpack issues
Sort by recently updated
recently updated
newest added

Thank you for this great artifact! I moved from vim-plug today, and want a feature to install only new plugins. This reduces the time to try new plugins.

Hello! Thank you for your excellent work! I love it! Now I am new to `vim-jetpack`, I want to lazy load the "deoplete" and "lsp" stuff using the `event` options....

1. tree-sitter config `ensure_installed = 'maintained'` is removed. Instead, specify the respective language. 2. `run = ":TSUpdate"` causes an error. Use `cmd = ":TSUpdate"`

## Describe the bug The buffer displayed at vim startup is changed. https://github.com/tani/vim-jetpack/assets/34824645/2a2f67d2-7d8c-4fcf-81d0-4c3bc2319f8b ## minimal vimrc ```vim syntax enable filetype plugin indent on set rtp+=~/tmp/vim-jetpack set fileformats=unix,dos,mac set hidden set...

Currently, swapping one plugin for another cannot be done temporarily without having to reinstall plugins after launch. This is because a sync operation cleans out unused plugin files. Is it...

Hello. I am migrating from vim-plug. In vim-plug, I could undo a `Plug` command by removing the plugin from `g:plugs`. This lets me replace plugins with better versions if dependencies...

# Bug Report ## Desktop (please complete the following information):** - OS: Windows 11 22H2 - Vim VIM - Vi IMproved 9.0 (2022 Jun 28, compiled May 13 2023 22:50:01)...

SO: Windows 10 GVim: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 28 2022 13:09:53) MS-Windows 32-bit GUI version with OLE support I migrated from vim-plug to jetpack...

[Gif demo](https://user-images.githubusercontent.com/5019902/154419764-d246c45c-8940-4e60-9658-9ed3424cbeaa.gif) in README is old I guess. I suggest update or remove it . I didn't create PR because I'm not sure which is correct action.