editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

fix inaccuracy in README (installation process) #159

Closed sandkoan closed 3 years ago

sandkoan commented 3 years ago

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

cxw42 commented 3 years ago

Thanks for your contribution!