set bg=dark " syntax on set pastetoggle= " Comportement un peu plus cool set nocompatible set backspace=2 set scrolljump=5 " tabulation a 4 caractères set tabstop=4 set shiftwidth=4 " Formattage set autoindent set textwidth=0 " Don't wrap words by default set nocindent set smartindent set smarttab " Gadgets Vim set viminfo='20,\"50 set wildmenu set showmatch set novisualbell set showcmd set ruler " Suffixes that get lower priority when doing tab completion for filenames. " These are files we are not likely to want to edit or read. set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc " Chemins & Fichiers set path=.,/usr/include,,../include set nobackup " Syntax highlighting et types de fichiers filetype indent on syn on highlight Identifier cterm=none colorscheme elflord " Couleurs set highlight+=f-,F-