mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
fix(startup): nvim with --clean should not load user rplugins
runtime rplugins such like legacy script providers are not affected by this change.
This commit is contained in:
@@ -62,4 +62,6 @@ endfunction
|
||||
|
||||
command! -bar UpdateRemotePlugins call remote#host#UpdateRemotePlugins()
|
||||
|
||||
call s:LoadRemotePlugins()
|
||||
if index(v:argv, "--clean") < 0
|
||||
call s:LoadRemotePlugins()
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user