1
0
nvim-config/core/options.vim
2015-05-24 08:04:28 +02:00

12 lines
200 B
VimL

set shortmess=aoOtTI
set clipboard=unnamed,unnamedplus,autoselect
set autochdir
set report=0
set updatetime=1500
set switchbuf=useopen,usetab
set pumheight=10
set diffopt+=context:3
set matchtime=2