itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Add installation example using vim-plug #173

Closed strogiyotec closed 4 years ago

strogiyotec commented 4 years ago

It's not a big deal but usually vim plugin repositories give you an Example how to install plugin using vim-plug and it's much easier to copy a line from README :blush:

itchyny commented 4 years ago

Sorry but I don't write this because it will grow up to support various installers and don't want to maintain it.

ariel-frischer commented 2 years ago

@itchyny How often will you need to maintain this? This is like a pet peeve I guess. I appreciate the repo but it really should have some installation details.

itchyny commented 2 years ago

There are many plugin managers and users of each plugin managers should know how to use them to install plugins. This calendar.vim plugin does not require any extra command and can be installed easily using plugin managers. vim-plug is not the only one.