mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 04:40:05 +08:00
20 lines
767 B
Plaintext
20 lines
767 B
Plaintext
|
*vim-cheat.txt* chect plugin for neovim and vim
|
||
|
Wang Shidong *vim-cheat*
|
||
|
|
||
|
==============================================================================
|
||
|
CONTENTS *vim-cheat-contents*
|
||
|
1. Configuration..........................................|vim-cheat-config|
|
||
|
|
||
|
==============================================================================
|
||
|
CONFIGURATION *vim-cheat-config*
|
||
|
|
||
|
*g:cheats_dir*
|
||
|
Set the path to the cheat sheets cache file, can be overriden from .vimrc
|
||
|
with:
|
||
|
>
|
||
|
let g:cheats_dir = '/path/to/your/cache/file'
|
||
|
<
|
||
|
|
||
|
|
||
|
vim:tw=78:ts=8:ft=help:norl:
|