From 92df832437d431147c59d03835ee6fdc682151c0 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 25 Oct 2022 23:00:00 +0800 Subject: [PATCH] docs(cheat): update the readme of vim-cheat --- bundle/vim-cheat/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bundle/vim-cheat/README.md b/bundle/vim-cheat/README.md index 810cbac8e..be501f262 100644 --- a/bundle/vim-cheat/README.md +++ b/bundle/vim-cheat/README.md @@ -1,4 +1,5 @@ ### vim-cheat + [![Build Status](https://travis-ci.org/wsdjeg/vim-cheat.svg?branch=master)](https://travis-ci.org/wsdjeg/vim-cheat) #### Usage: @@ -7,8 +8,17 @@ :Cheat will autocomplete the available cheatsheets. ``` + Default cheatsheets are available in [simplecheats](https://github.com/artur-shaik/simplecheats). + +### Contribute + +the development of this plugin is in spacevim bundle repo, and will detached to this repo automatically. + +please checkout: https://github.com/SpaceVim/SpaceVim/tree/master/bundle/vim-cheat + #### thanks: + 1. [cheat.vim](https://github.com/vim-scripts/cheat.vim) 2. [simplecheats](https://github.com/artur-shaik/simplecheats)