From e6dd13e7800edd49157dd342fcb1d2f529d04bee Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 22 Sep 2018 17:16:53 +0200 Subject: Vim: Remove vimfiler (does not work with denite) --- vim/dein.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/dein.toml b/vim/dein.toml index 98274d2..c403d0d 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -6,10 +6,6 @@ repo = 'Shougo/denite.nvim' lazy = 1 on_cmd = 'Denite' -[[plugins]] -repo = 'Shougo/vimfiler.vim' -lazy = 0 - [[plugins]] repo = 'chriskempson/base16-vim' -- cgit v1.2.3-24-g4f1b