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