tani / vim-jetpack

The lightning-fast plugin manager, alternative to vim-plug
https://gist.asciidoctor.org/?github-tani/vim-jetpack/main//README.adoc&source-highlighter=highlightjs
MIT License
323 stars 32 forks source link

Jetpack delete installed plugin. #109

Closed s-show closed 1 year ago

s-show commented 1 year ago

Describe the bug

Running :JetpackSync will remove the installed plugins. Then run :JetpackSync again to install the plugin again. I use the latest vim-jetpack. The situation is recorded in the video.

https://user-images.githubusercontent.com/20755159/210126737-c0dd71d7-59cb-4eb0-9a59-418738d0ea3b.mp4

Enviroment

nvim --version                                                                                                                                                                                           ✔  14:49:54 NVIM v0.9.0-dev-553+g9be24110f-dirty
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by s-show@syouhei-win-pc

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "
/home/linuxbrew/.linuxbrew/Cellar/neovim/HEAD-9be2411/share/nvim"

Run :checkhealth for more info

Config file

"=======================================================================================
" plugin manager
"=======================================================================================
packadd vim-jetpack
call jetpack#begin()
Jetpack 'tani/vim-jetpack', {'opt': 1} "bootstrap
Jetpack 'juro106/ftjpn'
Jetpack 'vim-denops/denops.vim'
Jetpack 'Shougo/ddu.vim'
Jetpack 'Shougo/ddu-ui-filer'
Jetpack 'Shougo/ddu-ui-ff'
Jetpack 'Shougo/ddu-source-file'
Jetpack 'Shougo/ddu-source-file_rec'
Jetpack 'Shougo/ddu-source-register'
Jetpack 'kuuote/ddu-source-mr'
Jetpack 'Shougo/ddu-source-command_history'
Jetpack 'Shougo/ddu-filter-matcher_substring'
Jetpack 'Shougo/ddu-kind-file'
Jetpack 'Shougo/ddu-commands.vim'
Jetpack 'Shougo/ddu-column-filename'
Jetpack 'shun/ddu-source-rg'
Jetpack 'shun/ddu-source-buffer'
Jetpack 'Shougo/ddc.vim'
Jetpack 'Shougo/ddc-matcher_head'
Jetpack 'Shougo/ddc-sorter_rank'
Jetpack 'Shougo/ddc-ui-pum'
Jetpack 'Shougo/ddc-source-around'
Jetpack 'Shougo/ddc-source-cmdline'
Jetpack 'Shougo/ddc-source-cmdline-history'
Jetpack 'Shougo/ddc-source-nextword'
Jetpack 'Shougo/ddc-nvim-lsp'
Jetpack 'Shougo/ddc-converter_remove_overlap'
Jetpack 'Shougo/pum.vim'
Jetpack 'tani/ddc-path'
Jetpack 'vim-jp/vimdoc-ja'
Jetpack 'neovim/nvim-lspconfig'
Jetpack 'williamboman/mason.nvim'
Jetpack 'williamboman/mason-lspconfig.nvim'
Jetpack 'nvim-lualine/lualine.nvim'
Jetpack 'kyazdani42/nvim-web-devicons'
Jetpack 'dstein64/vim-startuptime'
Jetpack 'MunifTanjim/nui.nvim'
Jetpack 'protesilaos/tempus-themes-vim.git'
Jetpack 'folke/noice.nvim'
Jetpack 'rcarriga/nvim-notify'
Jetpack 'lukas-reineke/indent-blankline.nvim'
call jetpack#end()
tani commented 1 year ago

Thank you for telling me about the bug. I have fixed this trouble just now. Please check it out! Cheers!