feat: add session handling
This commit is contained in:
parent
99aba01d79
commit
e31e91a2c2
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ return require('packer').startup(function(use)
|
||||||
-- Themes
|
-- Themes
|
||||||
use('altercation/vim-colors-solarized')
|
use('altercation/vim-colors-solarized')
|
||||||
|
|
||||||
|
-- session handling
|
||||||
|
use('tpope/vim-obsession')
|
||||||
|
use('dhruvasagar/vim-prosession')
|
||||||
|
|
||||||
-- git commands
|
-- git commands
|
||||||
use('tpope/vim-fugitive')
|
use('tpope/vim-fugitive')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue