summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2018-01-28 17:14:47 +0100
committeryushyin <yushyin@saga>2018-01-28 17:14:47 +0100
commit5bf370f3b6b4a04802296158d2501fd5d74e1f93 (patch)
tree6e26cb2777d5009f41fab7d3dd95874be4a51a50
parente9a4d87d69a18b3973f46b1ca7493170d641f5fc (diff)
downloaddotfiles-5bf370f3b6b4a04802296158d2501fd5d74e1f93.tar.gz
dotfiles-5bf370f3b6b4a04802296158d2501fd5d74e1f93.tar.xz
Vim: Remove obsolete plugin vimproc
-rw-r--r--vim/dein.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/dein.toml b/vim/dein.toml
index 5f07293..e210645 100644
--- a/vim/dein.toml
+++ b/vim/dein.toml
@@ -2,10 +2,6 @@
repo = 'Shougo/dein.vim'
[[plugins]]
-repo = 'Shougo/vimproc.vim'
-build = 'make'
-
-[[plugins]]
repo = 'Shougo/denite.nvim'
lazy = 1
on_cmd = 'Denite'