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

How to install this Plugin with vim plug #90

Open
LeducH opened this issue Aug 7, 2020 · 3 comments
Open

How to install this Plugin with vim plug #90

LeducH opened this issue Aug 7, 2020 · 3 comments

Comments

@LeducH
Copy link

LeducH commented Aug 7, 2020

I want to use this plug in. I use vimplug as a plugin manager

what is the command I have to add in my plugin block

call plug#begin('~/.vim/plugged')

" Make sure you use single quotes

Plug '????????????????????????????????'
call plug#end()
@mawkler
Copy link

mawkler commented Sep 21, 2020

Both

Plug 'rhysd/vim-grammarous'

and

Plug 'https://github.com/rhysd/vim-grammarous/'

should do the trick.

@likesan
Copy link

likesan commented Mar 25, 2021

Hm.. I wonder why there isn't a guide for installation in README.md

@SpyrosMourelatos
Copy link

SpyrosMourelatos commented Mar 9, 2022

Hm.. I wonder why there isn't a guide for installation in README.md

Because it is pretty standard, and it is already documented on whichever package manager one prefer.
It could be bothersome for one plugin creator to have to write down 20 different ways to install the plugin(which are essentially the same thing).
For example, vim plug documents that on it's examples
with lines as such

 " Shorthand notation; fetches https://github.com/junegunn/vim-easy-align
Plug 'junegunn/vim-easy-align'

" Any valid git URL is allowed
Plug 'https://github.com/junegunn/vim-github-dashboard.git'

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

No branches or pull requests

4 participants