From ee11417743ad5dee975ae8dadaa875240b5dbbfc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 30 Oct 2016 18:03:03 +0100 Subject: [PATCH] cleaning --- vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 4db77b8..2e5c0ec 100644 --- a/vimrc +++ b/vimrc @@ -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 = "" -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