diff --git a/.vimrc b/.vimrc index 224cfd6..b6c08f9 100644 --- a/.vimrc +++ b/.vimrc @@ -7,7 +7,7 @@ map 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