add autoindent

This commit is contained in:
quenousimporte 2025-04-06 11:24:15 +00:00
parent f6836bc651
commit 4d4382e7a0
1 changed files with 6 additions and 2 deletions

8
.vimrc
View File

@ -1,3 +1,5 @@
set nowrap
set nocompatible
set linebreak
syntax on
@ -5,7 +7,7 @@ set number
map <silent> <up> gk
map <silent> <down> gj
set spelllang=fr
set background=light
set background=dark
" search
set incsearch "incremental search
@ -18,8 +20,10 @@ set autochdir
"set foldmethod=syntax
" mouse support
set mouse=a
" set mouse=a
" for tinycore
set encoding=utf-8
set backspace=2
set tabstop=4
set autoindent