Files
neovim/runtime/plugin/rplugin.vim
2016-02-14 08:24:49 +09:00

6 lines
128 B
VimL

if exists('g:loaded_remote_plugins') || &cp
finish
endif
let g:loaded_remote_plugins = 1
call remote#host#LoadRemotePlugins()