Create initial directory structure and configuration files
This commit is contained in:
		
							
								
								
									
										12
									
								
								vimrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								vimrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
 | 
			
		||||
" ------ [ Gestion des options ] ----------------------------------------------
 | 
			
		||||
" We don't want vi compatibility.
 | 
			
		||||
set nocompatible
 | 
			
		||||
 | 
			
		||||
" we have a fast terminal
 | 
			
		||||
set ttyfast
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
" ------ [ Gestion de la coloration syntaxique ] ----------------------------------------------
 | 
			
		||||
syntax on
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user