mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 6b17082d3c
			
		
	
	6b17082d3c
	
	
	
		
			
			- Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin"
		
			
				
	
	
		
			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()
 |