From b8d762dc6e47c4520cdb7e36b286afc4334550e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Mon, 2 Mar 2015 11:40:01 +0100 Subject: [PATCH] Updated vimrc for filetype detection --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 47a699d..dc28aa4 100644 --- a/vimrc +++ b/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