Remove duplicate --INSERT-- from VIM

This commit is contained in:
Tanguy Herbron 2020-11-24 12:49:13 +01:00
parent 288ff3958a
commit e2b0c46469

View File

@ -86,6 +86,9 @@ set incsearch
set splitright set splitright
set splitbelow set splitbelow
" Remove the duplicate --INSERT-- information
set noshowmode
" rg smart root founder and adds git ingore loading for faster execution " rg smart root founder and adds git ingore loading for faster execution
if executable('rg') if executable('rg')
let g:rg_derive_root="true" let g:rg_derive_root="true"