From e9a4d87d69a18b3973f46b1ca7493170d641f5fc Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 28 Jan 2018 17:06:27 +0100 Subject: Vim: Replace Unite with Denite --- vim/dein.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/dein.toml') diff --git a/vim/dein.toml b/vim/dein.toml index 8ec458e..5f07293 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -6,9 +6,9 @@ repo = 'Shougo/vimproc.vim' build = 'make' [[plugins]] -repo = 'Shougo/unite.vim' +repo = 'Shougo/denite.nvim' lazy = 1 -on_cmd = 'Unite' +on_cmd = 'Denite' [[plugins]] repo = 'Shougo/neomru.vim' -- cgit v1.2.3-24-g4f1b