formatting
This commit is contained in:
		
							parent
							
								
									3832824b39
								
							
						
					
					
						commit
						f63ed81098
					
				| 
						 | 
				
			
			@ -72,6 +72,9 @@ Plugin 'junegunn/vim-peekaboo'
 | 
			
		|||
" vim-gutentags
 | 
			
		||||
" https://github.com/ludovicchabant/vim-gutentags
 | 
			
		||||
Plugin 'ludovicchabant/vim-gutentags'
 | 
			
		||||
" vim-qlist
 | 
			
		||||
" https://github.com/romainl/vim-qlist/
 | 
			
		||||
" Plugin 'romainl/vim-qlist'
 | 
			
		||||
 | 
			
		||||
" All of your Plugins must be added before the following line
 | 
			
		||||
call vundle#end()            " required
 | 
			
		||||
| 
						 | 
				
			
			@ -142,7 +145,7 @@ let g:ale_fixers = {'javascript': ['eslint']}
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
" ultisnips
 | 
			
		||||
let g:UltiSnipsSnippetsDir="~/.vim/UltiSnips"
 | 
			
		||||
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
 | 
			
		||||
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
 | 
			
		||||
let g:UltiSnipsExpandTrigger='<c-j>'
 | 
			
		||||
let g:UltiSnipsJumpForwardTrigger='<c-b>'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue