summaryrefslogtreecommitdiffstats
path: root/vim/dein.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2018-01-28 17:06:27 +0100
committeryushyin <yushyin@saga>2018-01-28 17:06:27 +0100
commite9a4d87d69a18b3973f46b1ca7493170d641f5fc (patch)
treeab1ea69b9894bea0fab4c922d1dc4aa5b8aa23dc /vim/dein.toml
parent3dc8c358c05f99772b37fa49a19d814e5044cedc (diff)
downloaddotfiles-e9a4d87d69a18b3973f46b1ca7493170d641f5fc.tar.gz
dotfiles-e9a4d87d69a18b3973f46b1ca7493170d641f5fc.tar.xz
Vim: Replace Unite with Denite
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'