Compare commits
	
		
			2 Commits
		
	
	
		
			e4a11a2ffe
			...
			76acb9cd90
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 76acb9cd90 | |||
| 48913e09c3 | 
| @ -1,10 +1,10 @@ | |||||||
| " minpac | " minpac | ||||||
| command! PackUpdate packadd minpac | source $MYVIMRC | | function! s:minpac_init() abort | ||||||
|       \ call minpac#init() | call minpac#update('', {'do': 'call minpac#status()'}) |   packadd minpac | call minpac#init() | source $MYVIMRC | ||||||
| command! PackStatus packadd minpac | source $MYVIMRC | | endfunction | ||||||
|       \ call minpac#init() | call minpac#status() | command! PackUpdate call s:minpac_init() | call minpac#update('', {'do': 'call minpac#status()'}) | ||||||
| command! PackClean packadd minpac | source $MYVIMRC | | command! PackStatus call s:minpac_init() | call minpac#status() | ||||||
|       \ call minpac#init() | call minpac#clean() | command! PackClean call s:minpac_init() | call minpac#clean() | ||||||
| 
 | 
 | ||||||
| " Sort Python Imports | " Sort Python Imports | ||||||
| command! ISort call do#isort() | command! ISort call do#isort() | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								vimrc
									
									
									
									
									
								
							| @ -202,11 +202,11 @@ Pack 'jrozner/vim-antlr' | |||||||
| Pack 'greymd/oscyank.vim', {'type': 'opt'} | Pack 'greymd/oscyank.vim', {'type': 'opt'} | ||||||
| let g:use_osc52 = $TMUX !=# '' && | let g:use_osc52 = $TMUX !=# '' && | ||||||
| \ trim(system('tmux show-options -g set-clipboard')) ==# 'set-clipboard on' | \ trim(system('tmux show-options -g set-clipboard')) ==# 'set-clipboard on' | ||||||
| if g:use_osc52 && isdirectory('pack/minpac/opt/oscyank.vim') | if g:use_osc52 && isdirectory(expand('~/.vim/pack/minpac/opt/oscyank.vim')) | ||||||
|   packadd oscyank.vim |   packadd oscyank.vim | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| " Load YouComplteMe if termdebug plugin is not loaded. | " Load YouComplteMe if termdebug plugin is not loaded. | ||||||
| if !exists(':Termdebug') && isdirectory('pack/minpac/opt/YouCompleteMe') | if isdirectory(expand('~/.vim/pack/minpac/opt/YouCompleteMe')) | ||||||
|   packadd YouCompleteMe |   packadd YouCompleteMe | ||||||
| endif | endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user