diff options
author | yushyin <yushyin@saga> | 2018-09-22 17:20:04 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2018-09-22 17:20:04 +0200 |
commit | 671e8f9109d2313b447bf19dd6a49a48b08ba121 (patch) | |
tree | aedce3c90cfabd350a051a2254b4247db828a2c2 | |
parent | e6dd13e7800edd49157dd342fcb1d2f529d04bee (diff) | |
download | dotfiles-671e8f9109d2313b447bf19dd6a49a48b08ba121.tar.gz dotfiles-671e8f9109d2313b447bf19dd6a49a48b08ba121.tar.xz |
Vim: Remove unwanted plugin vinarise
-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 c403d0d..6ad98d7 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -66,10 +66,6 @@ on_ft = 'rust' repo = 'MarcWeber/vim-addon-local-vimrc' [[plugins]] -repo = 'Shougo/vinarise.vim' -on_cmd = 'Vinarise' - -[[plugins]] repo = 'neomake/neomake' lazy = 1 on_cmd = 'Neomake' |