···126126127127" Show me more!
128128set scrolloff=10
129129+130130+" Do not preview
131131+set completeopt-=preview
129132" }}}
130133" Autoupdate {{{
131134" Automatically reload changed files
+1-1
nvim/plugin/undo.vim
···11" Turn backup off, since most stuff is in SVN, git etc. anyway...
22set nobackup
33-set noswapfile
33+set updatecount=10
4455" Keep undo history across sessions, by storing in file.
66" Only works all the time.