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

fix inaccuracy in README (installation process) #159

Merged
merged 3 commits into from
Nov 18, 2020
Merged

fix inaccuracy in README (installation process) #159

merged 3 commits into from
Nov 18, 2020

Conversation

sandkoan
Copy link
Contributor

The .vimrc needs to be sourced before calling :PlugInstall, otherwise newly added plugins won't be installed.

@xuhdev xuhdev requested a review from cxw42 November 17, 2020 09:55
README.md Outdated
Source your `.vimrc`:

```viml
source .vimrc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if the current directory isn't the Vim directory? How about source $MYVIMRC?

Copy link
Contributor Author

@sandkoan sandkoan Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that would be better. I've added that in.

Source `$VIMRC` isntead of specifically `.vimrc`
@cxw42 cxw42 merged commit 047c4b4 into editorconfig:master Nov 18, 2020
@cxw42
Copy link
Member

cxw42 commented Nov 18, 2020

Thanks for your contribution!

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.

2 participants