vimrc: use long options

This commit is contained in:
surtur 2022-08-12 21:05:58 +02:00
parent 64cd85b6b4
commit 1f77282fe1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -879,7 +879,7 @@ set showmatch " flashes matching parenthese when cursor over the
" Make <,> match pairs, too. " Make <,> match pairs, too.
" https://github.com/EHartC/dot-vimrc/blob/master/vim%20config/styling.vim " https://github.com/EHartC/dot-vimrc/blob/master/vim%20config/styling.vim
set matchpairs+=<:> set matchpairs+=<:>
set mat=2 " how many tenths of a second to blink when matching brackets set matchtime=2 " how many tenths of a second to blink when matching brackets
set noshowmode " show editing mode in status (-- INSERT --) set noshowmode " show editing mode in status (-- INSERT --)
set ruler " show cursor position set ruler " show cursor position
set colorcolumn=80 " Highlight column 80 to get coding horizontal bound. set colorcolumn=80 " Highlight column 80 to get coding horizontal bound.
@ -939,7 +939,7 @@ endif
set laststatus=2 " show powerline status bar set laststatus=2 " show powerline status bar
set t_Co=256 set t_Co=256
set gfn=Fira\ Code\ weight=450\ 12 set guifont=Fira\ Code\ weight=450\ 12
set ballooneval " vim8+ popups set ballooneval " vim8+ popups
let g:netrw_beval = 1 let g:netrw_beval = 1