Skip to content

Instantly share code, notes, and snippets.

@seysn
Created October 19, 2015 07:46
Show Gist options
  • Save seysn/441d8030782172033c15 to your computer and use it in GitHub Desktop.
Save seysn/441d8030782172033c15 to your computer and use it in GitHub Desktop.
" Désactivation de la compatibilité avec Vi
set nocompatible
" Activation du colorscheme
syntax enable
colorscheme molokai
let g:rehash256 = 1
" Ajout des nombres
set number
"set showcmd
"set history=100
"set showmatch
"set hlsearch
"set incsearch
"filetype on
" Fixer la taille d'une tabulation
set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment