mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
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
|
||||
|
Loading…
Reference in New Issue
Block a user