dotfiles/vim/session.vim

16 lines
350 B
VimL
Raw Normal View History

2021-01-31 21:45:12 +01:00
scriptencoding utf-8
" Copyright 2018-2020 @ kornicameister
" Contains useful stuff for handling the sessions in Vim
" persistent undo, for making more 'u' operations
if has('persistent_undo')
set undodir=~/.vim/undodir
set undofile
set undolevels=1000
set undoreload=10000
endif
" Remember info about open buffers on close
set viminfo^=%