fix plugin bundle location
This commit is contained in:
		
							parent
							
								
									d47b371f9b
								
							
						
					
					
						commit
						4ac7dc4057
					
				| 
						 | 
					@ -3,7 +3,7 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))"
 | 
				
			||||||
        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
 | 
					        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
 | 
				
			||||||
  autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
 | 
					  autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
call plug#begin('~/.config/.nvim/bundle')
 | 
					call plug#begin('~/.config/nvim/bundle')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"   #vim-hexokinase {{{
 | 
					"   #vim-hexokinase {{{
 | 
				
			||||||
  " https://github.com/RRethy/vim-hexokinase
 | 
					  " https://github.com/RRethy/vim-hexokinase
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue