mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
6 lines
128 B
VimL
6 lines
128 B
VimL
if exists('g:loaded_remote_plugins') || &cp
|
|
finish
|
|
endif
|
|
let g:loaded_remote_plugins = 1
|
|
call remote#host#LoadRemotePlugins()
|