hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
MIT License
876 stars 37 forks source link

cant update #241

Closed bryant-the-coder closed 2 years ago

bryant-the-coder commented 2 years ago

image i cant update vim-vsnip

Shougo commented 2 years ago

You should reinstall vim-vsnip by packer.

devkvlt commented 2 years ago

@Shougo not possible with vim-plug?

Shougo commented 2 years ago

vim-plug does not support reinstall. You need to remove the plugin and install it manually. dein.vim support the feature instead.

Artturin commented 2 years ago

i get such errors too, i think its because someone is using force push

 ✗ Failed to update hrsh7th/vim-vsnip
  Errors:
    fatal: Not possible to fast-forward, aborting.
    fd13f3f
bryant-the-coder commented 2 years ago

if you're using packer, remove amd reinstall it

Artturin commented 2 years ago

I know but this shouldn't be happening in the first place.

bryant-the-coder commented 2 years ago

i m also aware of it

bvtthead commented 2 years ago

vim-plug tells you what to do with

:PlugStatus

If it detects an issue you can reinstall with:

:PlugClean
:PlugUpdate