Skip to content
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

Not an editor command: UpdateRemotePlugins #5

Closed
vnovichek opened this issue Dec 25, 2021 · 2 comments
Closed

Not an editor command: UpdateRemotePlugins #5

vnovichek opened this issue Dec 25, 2021 · 2 comments

Comments

@vnovichek
Copy link

Describe the bug
UpdateRemotePlugins is absent.

Version information

  • OS: macOS 12.1
  • Neovim:
NVIM v0.6.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@BigSur

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

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.6.0/share/nvim"
  • Gkeep:
  gkeep: health#gkeep#check
  ========================================================================
  ## gkeep
  │ - OK: gkeepapi 0.13.7 installed
  │ - OK: keyring installed
  │ - ERROR: Remote plugin not found
  │   - ADVICE:
  │   │ - Try running :UpdateRemotePlugins and restart
@stevearc
Copy link
Owner

Well that's interesting since UpdateRemotePlugins is a built-in command (see :help UpdateRemotePlugins). A quick google around suggested that possibly the internal script hasn't been loaded yet for you. I'm not sure how this could happen, but try

:runtime! plugin/rplugin.vim
:UpdateRemotePlugins

You may also need to set let g:loaded_remote_plugins = 0 before. For further diagnosis, the command should be defined in rplugin.vim. If you run :scriptnames, you should see that file in there somewhere (for me it shows up as 60: /tmp/.mount_nvimk4sNN2/usr/share/nvim/runtime/plugin/rplugin.vim)

@vnovichek
Copy link
Author

Thanks a lot, my bad, deep down in my lua configs there was a line: vim.g.loaded_remote_plugins = 1. Commenting it out helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants