Update .vimrc

This commit is contained in:
quenousimporte 2026-02-18 10:27:22 +01:00
parent 46b4efd73a
commit fe332eaa03
1 changed files with 6 additions and 1 deletions

7
.vimrc
View File

@ -7,7 +7,7 @@ map <silent> <down> gj
set spelllang=fr
" for traditional console
" set background=dark
set background=dark
" colorscheme habamax
" colorscheme slate
" colorscheme quiet
@ -16,6 +16,9 @@ set spelllang=fr
" for light terminal
" set background=light
" auto
" set background&
set wrap
set splitright
" search
@ -41,3 +44,5 @@ set smartindent
set tabstop=4
set shiftwidth=4
" Disable underscore error highlighting in markdown
au FileType markdown hi link markdownError Normal