dotfiles/vim/session.vim
Alicia Sykes afb55def37 V0.01
2021-01-31 20:45:12 +00:00

16 lines
350 B
VimL

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^=%