Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vim plug #1056

Open
wants to merge 14 commits into
base: 3.0
Choose a base branch
from
Open

Conversation

compleatguru
Copy link

Hi! I have got Vim Plug to replace Vundle, mainly for performance due to parallel installing of the plugins.

In addition, I have updated amirh/HTML-AutoCloseTag to vim-scripts/HTML-AutoCloseTag as repo was missing.

Lastly, I have fixed on the uninstall.sh to remove .vim folder and fork files.

Hope this will be useful for the community.

@CLAassistant
Copy link

CLAassistant commented Aug 26, 2017

CLA assistant check
All committers have signed the CLA.

@VMatrix1900
Copy link

You remove the Bundle Unbundle command. How can a user customize the plugin?

@compleatguru
Copy link
Author

Hi @VMatrix1900 ,
I used vim-plug.
I think just run :PlugClean! to uninstall those unwanted plugins.
You can do more customization if you want to.

What I love about vim-plug is the speed itself, I keep install spf13 on every machine so the faster installation the better for me.

@VMatrix1900
Copy link

What if I want to remove the plugin shipped with spf13_vim such as nerdcommenter? See
https://github.com/spf13/spf13-vim#removing-disabling-an-included-plugin

@compleatguru
Copy link
Author

Maybe this can be of help? junegunn/vim-plug#469

@VMatrix1900
Copy link

VMatrix1900 commented Sep 25, 2017 via email

@compleatguru
Copy link
Author

compleatguru commented Sep 25, 2017

Hi @VMatrix1900 ,
I am sorry but my pull request was to suggest the use of Vim Plug, as you have forked out and perhaps examined the changes, https://github.com/spf13/spf13-vim/pull/1056/files has been modified to use Plug for installation.

As of now the official from vim-plug, https://github.com/junegunn/vim-plug/wiki/tutorial, is to comment on those plugins that you don't need, then run :PlugClean!.

The other alternative solution is to adopt junegunn/vim-plug#469 (comment) where @smancill has contributed an UnPlug function.

Will this be helpful?

@compleatguru
Copy link
Author

Hi @VMatrix1900 and all,

You can try this out by
curl http://bit.ly/spf13_vimplug -L > spf13-vim.sh && sh spf13-vim.sh

I have added UnPlug function.

You may wish to refer this documentation for example of use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants