diff options
author | yushyin <yushyin@saga> | 2018-01-28 17:14:47 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2018-01-28 17:14:47 +0100 |
commit | 5bf370f3b6b4a04802296158d2501fd5d74e1f93 (patch) | |
tree | 6e26cb2777d5009f41fab7d3dd95874be4a51a50 /vim | |
parent | e9a4d87d69a18b3973f46b1ca7493170d641f5fc (diff) | |
download | dotfiles-5bf370f3b6b4a04802296158d2501fd5d74e1f93.tar.gz dotfiles-5bf370f3b6b4a04802296158d2501fd5d74e1f93.tar.xz |
Vim: Remove obsolete plugin vimproc
Diffstat (limited to 'vim')
-rw-r--r-- | vim/dein.toml | 4 |
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' |