Ajout de mon vimrc
This commit is contained in:
parent
284147bdbd
commit
61f54da176
1 changed files with 18 additions and 0 deletions
18
vimrc
Normal file
18
vimrc
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
" Numbers
|
||||||
|
set number
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
|
" Indentation
|
||||||
|
filetype indent on
|
||||||
|
set autoindent
|
||||||
|
set expandtab
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
|
||||||
|
" Syntax
|
||||||
|
filetype plugin on
|
||||||
|
syntax on
|
||||||
|
|
||||||
|
" Mouse
|
||||||
|
set mouse=a
|
||||||
|
|
Loading…
Reference in a new issue