aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-12-02 22:24:13 +0800
committerjdhao <jdhao@hotmail.com>2020-12-02 22:24:13 +0800
commitfd684db78f611eb2c44ed8072abdd20c07dedcef (patch)
tree4858d241e34dc29f8f3554361c23e72d09896dd0 /core
parent25ed627870838e5e1cf1bb7953e6ce898be655f3 (diff)
Remove vim-prosession (does not work well for me)
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim1
1 files changed, 0 insertions, 1 deletions
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()
"}}
"}