Update examples
This commit is contained in:
		
							parent
							
								
									30ef53d832
								
							
						
					
					
						commit
						7e55690f19
					
				|  | @ -50,8 +50,11 @@ Plug 'https://github.com/junegunn/vim-github-dashboard.git' | ||||||
| " Plugin options | " Plugin options | ||||||
| Plug 'nsf/gocode', { 'tag': 'go.weekly.2012-03-13', 'rtp': 'vim' } | Plug 'nsf/gocode', { 'tag': 'go.weekly.2012-03-13', 'rtp': 'vim' } | ||||||
| 
 | 
 | ||||||
| " Locally-managed plugin | " Plugin outside ~/.vim/plugged with post-update hook | ||||||
| Plug '~/.fzf' | Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' } | ||||||
|  | 
 | ||||||
|  | " Unmanaged plugin (manually installed and updated) | ||||||
|  | Plug '~/my-prototype-plugin' | ||||||
| 
 | 
 | ||||||
| call plug#end() | call plug#end() | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
							
								
								
									
										7
									
								
								plug.vim
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								plug.vim
									
									
									
									
									
								
							|  | @ -25,8 +25,11 @@ | ||||||
| "   " Plugin options | "   " Plugin options | ||||||
| "   Plug 'nsf/gocode', { 'tag': 'go.weekly.2012-03-13', 'rtp': 'vim' } | "   Plug 'nsf/gocode', { 'tag': 'go.weekly.2012-03-13', 'rtp': 'vim' } | ||||||
| " | " | ||||||
| "   " Locally-managed plugin | "   " Plugin outside ~/.vim/plugged with post-update hook | ||||||
| "   Plug '~/.fzf' | "   Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' } | ||||||
|  | " | ||||||
|  | "   " Unmanaged plugin (manually installed and updated) | ||||||
|  | "   Plug '~/my-prototype-plugin' | ||||||
| " | " | ||||||
| "   call plug#end() | "   call plug#end() | ||||||
| " | " | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user