Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 988 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 988 Bytes

pinyin db file for ZSaberLv0/ZFVimIM

NOTE

this is a personal db, which would update and push --force frequently (see ZSaberLv0/ZFVimIM for more info)

for daily use, it's recommended to fork ZFVimIM_pinyin_base and use your forked repo

configs

  • cloud input

    let g:ZFVimIM_pinyin_gitUserEmail='YourEmail'
    let g:ZFVimIM_pinyin_gitUserName='YourUserName'
    let g:ZFVimIM_pinyin_gitUserToken='YourGithubAccessToken'
    

    or

    let g:zf_git_user_email='YourEmail'
    let g:zf_git_user_name='YourUserName'
    let g:zf_git_user_token='YourGithubAccessToken'
    

    once configured, any changes would be pushed with the specified git user info (make sure you have push permission)

add your own db

refer to ZSaberLv0/ZFVimIM for more info