updates
This commit is contained in:
		
							parent
							
								
									47b4223662
								
							
						
					
					
						commit
						2537ec5b3a
					
				| 
						 | 
					@ -160,3 +160,4 @@ endsnippet
 | 
				
			||||||
snippet bs "box-shadow ...;"
 | 
					snippet bs "box-shadow ...;"
 | 
				
			||||||
box-shadow: ${1:0} ${2:0} $3px $4px ${5:#000} ${6:inset};
 | 
					box-shadow: ${1:0} ${2:0} $3px $4px ${5:#000} ${6:inset};
 | 
				
			||||||
endsnippet
 | 
					endsnippet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								vimrc
								
								
								
								
							
							
						
						
									
										2
									
								
								vimrc
								
								
								
								
							| 
						 | 
					@ -352,7 +352,7 @@ if g:vimrc_load_dev_plugins
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
 | 
					  let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
 | 
				
			||||||
  " Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
 | 
					  " Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
 | 
				
			||||||
  let g:UltiSnipsExpandTrigger='<c-j>'
 | 
					  let g:UltiSnipsExpandTrigger='<tab>'
 | 
				
			||||||
  let g:UltiSnipsJumpForwardTrigger='<tab>'
 | 
					  let g:UltiSnipsJumpForwardTrigger='<tab>'
 | 
				
			||||||
  let g:UltiSnipsJumpBackwardTrigger='<s-tab>'
 | 
					  let g:UltiSnipsJumpBackwardTrigger='<s-tab>'
 | 
				
			||||||
  let g:UltiSnipsEditSplit='horizontal'
 | 
					  let g:UltiSnipsEditSplit='horizontal'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue