load vimrc
This commit is contained in:
		
							parent
							
								
									507d28a6e2
								
							
						
					
					
						commit
						6854f35211
					
				| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					bundle/
 | 
				
			||||||
							
								
								
									
										13
									
								
								init.vim
								
								
								
								
							
							
						
						
									
										13
									
								
								init.vim
								
								
								
								
							| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
" set runtimepath^=~/.vim runtimepath+=~/.vim/after
 | 
					set runtimepath^=~/.config/vim runtimepath+=~/.config/vim/after
 | 
				
			||||||
" let &packpath = &runtimepath
 | 
					let &packpath = &runtimepath
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{
 | 
					if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{
 | 
				
			||||||
  silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
 | 
					  silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
 | 
				
			||||||
| 
						 | 
					@ -8,11 +8,4 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))"{{{
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
"}}}
 | 
					"}}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
call plug#begin('~/.config/nvim/bundle')
 | 
					source ~/.config/vim/vimrc
 | 
				
			||||||
" #coc.nvim{{{
 | 
					 | 
				
			||||||
" https://github.com/neoclide/coc.nvim
 | 
					 | 
				
			||||||
" Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
 | 
					 | 
				
			||||||
" }}
 | 
					 | 
				
			||||||
call plug#end()
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
" source ~/.config/vim/vimrc
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue