mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
6 lines
124 B
VimL
6 lines
124 B
VimL
|
|
if exists('loaded_remote_plugins') || &cp
|
||
|
|
finish
|
||
|
|
endif
|
||
|
|
let loaded_remote_plugins = 1
|
||
|
|
call remote#host#LoadRemotePlugins()
|