1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 03:16:29 +08:00

Updated plugins

This commit is contained in:
Amir
2022-08-08 15:45:56 +02:00
parent b41536726f
commit 765adb9da3
216 changed files with 4784 additions and 2112 deletions

View File

@ -87,6 +87,10 @@ For the latest version please see https://github.com/mattn/vim-gist.
:Gist -l mattn
- Specify the number of gists listed:
:Gist -l -n 100
- List everyone's gists.
:Gist -la
@ -188,6 +192,10 @@ You need to either set global git config:
$ git config --global github.user Username
If you want to list more than 30 gists per page (maximum is 100):
let g:gist_per_page_limit = 100
## License:
Copyright 2010 by Yasuhiro Matsumoto