diff options
author | yushyin <yushyin@saga> | 2018-01-28 17:16:58 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2018-01-28 17:16:58 +0100 |
commit | e5bad8d41975ad4c2ee8803ae22b246fa5c1cd52 (patch) | |
tree | 9aa6fccecf70d324a5e5b6ff2b09e37a9a9e9b23 | |
parent | 5bf370f3b6b4a04802296158d2501fd5d74e1f93 (diff) | |
download | dotfiles-e5bad8d41975ad4c2ee8803ae22b246fa5c1cd52.tar.gz dotfiles-e5bad8d41975ad4c2ee8803ae22b246fa5c1cd52.tar.xz |
Vim: Remove unwanted plugins neomru and vimshell
-rw-r--r-- | vim/dein.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vim/dein.toml b/vim/dein.toml index e210645..87e2500 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -7,16 +7,6 @@ lazy = 1 on_cmd = 'Denite' [[plugins]] -repo = 'Shougo/neomru.vim' -lazy = 1 -on_source = 'unite.vim' - -[[plugins]] -repo = 'Shougo/vimshell.vim' -lazy = 1 -on_cmd = 'VimShell' - -[[plugins]] repo = 'Shougo/vimfiler.vim' lazy = 0 |