From fd684db78f611eb2c44ed8072abdd20c07dedcef Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 2 Dec 2020 22:24:13 +0800 Subject: [PATCH] Remove vim-prosession (does not work well for me) --- core/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index ecd0260..4013229 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -291,7 +291,6 @@ endif " Session management plugin Plug 'tpope/vim-obsession' -Plug 'dhruvasagar/vim-prosession' call plug#end() "}} "}