From e5bad8d41975ad4c2ee8803ae22b246fa5c1cd52 Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 28 Jan 2018 17:16:58 +0100 Subject: Vim: Remove unwanted plugins neomru and vimshell --- vim/dein.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vim/dein.toml b/vim/dein.toml index e210645..87e2500 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -6,16 +6,6 @@ repo = 'Shougo/denite.nvim' lazy = 1 on_cmd = 'Denite' -[[plugins]] -repo = 'Shougo/neomru.vim' -lazy = 1 -on_source = 'unite.vim' - -[[plugins]] -repo = 'Shougo/vimshell.vim' -lazy = 1 -on_cmd = 'VimShell' - [[plugins]] repo = 'Shougo/vimfiler.vim' lazy = 0 -- cgit v1.2.3-24-g4f1b