summaryrefslogtreecommitdiffstats
path: root/vim/dein.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/dein.toml')
-rw-r--r--vim/dein.toml4
1 files changed, 2 insertions, 2 deletions
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'