VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.92k stars 2.58k forks source link

The plugin can not be loaded by Vundle #891

Open cs-pchsu opened 5 years ago

cs-pchsu commented 5 years ago

The repository of the unloadable plugin as below. https://github.com/owickstrom/vim-colors-paramount

The plugin can be loaded by vim, when it is placed under ~/.vim/plugin. However, it can not be loaded, when it is placed under ~/.vim/bundle.

Except for this plugin, the others are all loaded smoothly under ~/.vim/bundle.

P.S. I use :scriptname to check the process of loading plugin

davidlowryduda commented 5 years ago

I successfully installed this plugin through vundle. And in fact vundle is even one of the recommended installation methods mentioned on their README. If you have further questions concerning your installation procedure, you should provide more details about your setup and your process.