You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to update or install new plugins using commands like :PlugUpdate with vim-plug, I get the following error:
Error detected while processing nvim/plugged/vim-scroll-barnacle/plugin/scroll_barnacle.vim:
line 352:
E174: Command already exists: add ! to replace it
Line 352 appears to refer to the ScrollbarOn call:
command ScrollbarOn call SBAddScrollbar()
I checked and I couldn't find any other plugins that make use of the same command name. Is it possible that that part of the config is somehow being executed twice?
I also tried running nvim with verbose logging, but it didn't provide any additional information.
When attempting to update or install new plugins using commands like
:PlugUpdate
with vim-plug, I get the following error:Line 352 appears to refer to the
ScrollbarOn
call:I checked and I couldn't find any other plugins that make use of the same command name. Is it possible that that part of the config is somehow being executed twice?
I also tried running nvim with verbose logging, but it didn't provide any additional information.
Any ideas what the issue could be?
Nvim version
The text was updated successfully, but these errors were encountered: