Patch problem Doge
This commit is contained in:
parent
8e6f41fa0f
commit
a28f0af96d
1 changed files with 7 additions and 2 deletions
9
vimrc
9
vimrc
|
@ -1,5 +1,8 @@
|
||||||
" source ~/.vim/vimrc.bepo
|
"source ~/.vim/vimrc.bepo
|
||||||
|
|
||||||
|
" load plugins
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
let mapleader=' '
|
let mapleader=' '
|
||||||
let g:rainbow_active = 1
|
let g:rainbow_active = 1
|
||||||
|
@ -28,4 +31,6 @@ set showmatch " highlight matching [{()}]
|
||||||
set incsearch " search as characters are entered
|
set incsearch " search as characters are entered
|
||||||
set hlsearch " highlight matches
|
set hlsearch " highlight matches
|
||||||
|
|
||||||
|
" parametre pour la taille des espaces
|
||||||
|
autocmd Filetype java setlocal expandtab tabstop=8 shiftwidth=8 softtabstop=8
|
||||||
|
autocmd Filetype javascript setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2
|
||||||
|
|
Reference in a new issue