vimrc: add <,> to matchpairs

This commit is contained in:
surtur 2022-07-21 12:03:28 +02:00
parent c1b7cf3ca0
commit f7559165e6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -720,6 +720,9 @@ set scrolloff=5 " scroll offset, min lines above/below cursor
set sidescroll=10 " minimum columns to scroll horizontally
set showcmd " show command status
set showmatch " flashes matching parenthese when cursor over the other one
" Make <,> match pairs, too.
" https://github.com/EHartC/dot-vimrc/blob/master/vim%20config/styling.vim
set matchpairs+=<:>
set mat=2 " how many tenths of a second to blink when matching brackets
set noshowmode " show editing mode in status (-- INSERT --)
set ruler " show cursor position