dotar/SpaceVim.d/autoload/vim-session.vim
2020-02-10 10:56:29 +08:00

5 lines
187 B
VimL

" Prevent vim-session from asking us to load the session.
" If you want to load the session, use :SaveSession and :OpenSession
let g:session_autosave = 'no'
let g:session_autoload = 'no'