Update .vimrc
This commit is contained in:
parent
46b4efd73a
commit
fe332eaa03
7
.vimrc
7
.vimrc
|
|
@ -7,7 +7,7 @@ map <silent> <down> gj
|
||||||
set spelllang=fr
|
set spelllang=fr
|
||||||
|
|
||||||
" for traditional console
|
" for traditional console
|
||||||
" set background=dark
|
set background=dark
|
||||||
" colorscheme habamax
|
" colorscheme habamax
|
||||||
" colorscheme slate
|
" colorscheme slate
|
||||||
" colorscheme quiet
|
" colorscheme quiet
|
||||||
|
|
@ -16,6 +16,9 @@ set spelllang=fr
|
||||||
" for light terminal
|
" for light terminal
|
||||||
" set background=light
|
" set background=light
|
||||||
|
|
||||||
|
" auto
|
||||||
|
" set background&
|
||||||
|
|
||||||
set wrap
|
set wrap
|
||||||
set splitright
|
set splitright
|
||||||
" search
|
" search
|
||||||
|
|
@ -41,3 +44,5 @@ set smartindent
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|
||||||
|
" Disable underscore error highlighting in markdown
|
||||||
|
au FileType markdown hi link markdownError Normal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue