IN3D / vim-raml

Vim syntax and language settings for RAML (Now a part of Vim 8 & NeoVim!)
33 stars 0 forks source link

Why add Plugin '.../.../' to install with Vundle #5

Closed momoneko closed 7 years ago

momoneko commented 7 years ago

The README says to add these 3 lines to install with Vundle

Plugin '.../.../'
Plugin 'IN3D/vim-raml'
Plugin '.../.../'

Is there any reason for the Plugin '.../.../' surrounding the package?

IN3D commented 7 years ago

Hi there, thanks for the issue!

No, I meant that only as an example that it could be loaded anywhere alongside the rest of your plugins. When I wrote it I was aware of a few Vim plugins that needed to be loaded as either the first or last plugin. In retrospect, this probably ends up being more confusing than intended. Especially the trailing slashes.

You only need to add Plugin 'IN3D/vim-raml' for this to work. Hope that clears it up. 👍

momoneko commented 7 years ago

Thanks for clearing that up.

You should probably remove those from the README. It is quite confusing.