-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails update vimdoc-ja(using lazy.nvim) #279
Comments
Whether to include At that time, we decided to include it because Vim's help recommends to do so. |
As far as I've researched, there are only a limited number of plugin managers that address this issue.
Is it possible to solve this by creating a branch (e.g. |
Both dein.vim and dpp.vim also don't have the problem. |
Unfortunately, there are more "bad behavior" plugins than "good behavior" plugins. good behavior plugins
bad behavior plugins |
The reason that plugin managers like lazy generate doc tags for installed/updated plugins, is that 99% of the plugins do not provide doc tags, or ship outdated doc tags.
It's also a bad idea to put doc/tags under version control, since they don't really seem to be idempotent. I'm not planning to add any kind of exceptions for plugin managed doc tags to lazy.nvim |
I was able to avoid this issue by implementing a workaround based on https://github.com/delphinus/dotfiles/blob/master/.config/nvim/lua/core/lazy/init.lua. Thank you! |
@mimikun Hmm, I believe merging the PR below resolved this issue. |
Thank you. |
It has already been reflected. |
Sometimes updating vimdoc-ja fails.
Failed (1) vimdoc-ja h (c) You have local changes in `/home/username/.local/share/nvim/site/lazy/vimdoc-ja`: * doc/tags-ja Please remove them to update. You can also press `x` to remove the plugin and then `I` to install it again.
I need to uninstall and reinstall again.
It's very troublesome.
env
Windows
neovim
The text was updated successfully, but these errors were encountered: