This commit is contained in:
Simon Vieille 2016-10-30 18:03:03 +01:00
parent 5fd342c90a
commit ee11417743
1 changed files with 2 additions and 5 deletions

7
vimrc
View File

@ -1,5 +1,5 @@
set nocompatible " be iMproved, required
filetype off " required
set nocompatible
filetype off
runtime! debian.vim
@ -13,8 +13,6 @@ endif
let g:SuperTabDefaultCompletionType = "<c-x><c-o>"
let $PATH=$PATH . ':' . expand('~/.composer/vendor/bin')
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@ -301,7 +299,6 @@ autocmd FileType json setlocal expandtab
autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS
autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteTags
autocmd FileType javascript setlocal omnifunc=javascriptcomplete#CompleteJS
" autocmd FileType php setlocal omnifunc=phpcd#CompletePHP
autocmd FileType php setlocal omnifunc=phpcomplete#CompletePHP
autocmd FileType python setlocal omnifunc=pythoncomplete#Complete
autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags