1
0
nvim-config/core/options.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

13 lines
214 B
VimL

set autowrite
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