Ajout de mon vimrc

This commit is contained in:
Hippolyte Chauvin 2023-04-13 10:17:05 +02:00
parent 284147bdbd
commit 61f54da176

18
vimrc Normal file
View 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