Added vim-session

This commit is contained in:
Claudio Maggioni (maggicl) 2020-08-02 23:02:01 +02:00
parent f095bde4b5
commit 8fe63f63fb
1 changed files with 4 additions and 0 deletions

View File

@ -47,5 +47,9 @@ Plug 'ryanoasis/vim-devicons'
" Start screen
Plug 'mhinz/vim-startify'
" Vim session management
" Vanilla sessions are described in :help 21.4
" Plug 'xolox/vim-session'
call plug#end()