Updated vimrc for filetype detection
This commit is contained in:
		
						parent
						
							b8ce591496
						
					
				
				
					commit
					b8d762dc6e
				
			
							
								
								
									
										6
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								vimrc
									
									
									
									
									
								
							@@ -91,9 +91,9 @@ setlocal spelllang=fr
 | 
			
		||||
 | 
			
		||||
" ------[ Gestion des types de fichiers ] ----------------------------------------------
 | 
			
		||||
 | 
			
		||||
" Automatically detect file types.
 | 
			
		||||
filetype on
 | 
			
		||||
filetype indent on
 | 
			
		||||
filetype on           " Enable filetype detection
 | 
			
		||||
filetype indent on    " Enable filetype-specific indenting
 | 
			
		||||
filetype plugin on    " Enable filetype-specific plugins
 | 
			
		||||
 | 
			
		||||
"misc
 | 
			
		||||
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user