No automatch brackets

This commit is contained in:
root 2020-03-15 12:35:48 +01:00
parent 7934b65c51
commit 7b67cd7e19
1 changed files with 3 additions and 1 deletions

4
vimrc
View File

@ -31,7 +31,7 @@ set smartcase " But with style
set errorbells
" set visualbell
set showcmd " Show (partial) command in status line.
set showmatch " Show matching brackets.
" set showmatch " Show matching brackets.
set incsearch " Incremental search
set autowrite " Automatically save before commands like :next and :make
" set statusline=%<%f\ %H%m%r%=%-14.(%l,%c%)\ %P\ Buf.%n
@ -43,6 +43,8 @@ set mouse=a
" set paste
" set clipboard+=unnamed
"
let g:loaded_matchparen=1
" We use , as leader
let g:mapleader = ","