Skip to content

Commit

Permalink
update README.md: remove detailed installation guides for each plugin…
Browse files Browse the repository at this point in the history
… managers
  • Loading branch information
itchyny committed Apr 15, 2017
1 parent e6fef6c commit 8e4fffb
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Expand Up @@ -74,27 +74,7 @@ itchyny (https://github.com/itchyny)
This software is released under the MIT License, see LICENSE.

## Installation
### Manually
1. Put all the files under $VIM/

### pathogen-vim (https://github.com/tpope/vim-pathogen)
1. Execute the following command.

git clone https://github.com/itchyny/calendar.vim ~/.vim/bundle/calendar.vim

### Vundle (https://github.com/gmarik/Vundle.vim)
1. Add the following configuration to your vimrc.

Plugin 'itchyny/calendar.vim'

2. Install with `:PluginInstall`.

### NeoBundle (https://github.com/Shougo/neobundle.vim)
1. Add the following configuration to your vimrc.

NeoBundle 'itchyny/calendar.vim'

2. Install with `:NeoBundleInstall`.
Install with your favorite plugin manager.

## Google Calendar and Google Task
In order to view and edit calendars on Google Calendar, or task on Google Task,
Expand Down

1 comment on commit 8e4fffb

@Moanrisy
Copy link

@Moanrisy Moanrisy commented on 8e4fffb Jun 10, 2017

Choose a reason for hiding this comment

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

hi, I love your plugin, lightline, cursorword and maybe this calender, but I don't know how to install it. I use vundle and use - Plugin 'itchyny/calendar.vim' - Plugin 'itchyny/Calendar.vim' - Plugin 'itchyny/calendar - Plugin 'itchyny/Calendar' ' and still not work :(

im make really stupid mistake, i though it was "calender" XD
"calendar" will work :)
thanks, keep do your great job :)

Please sign in to comment.