Skip to content

ZSaberLv0/ZFVimIM_pinyin_huge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

huge pinyin db file for ZSaberLv0/ZFVimIM

if you prefer tiny one, check ZSaberLv0/ZFVimIM_pinyin_base

configs

  • cloud input

    let g:ZFVimIM_pinyin_huge_gitUserEmail='YourEmail'
    let g:ZFVimIM_pinyin_huge_gitUserName='YourUserName'
    let g:ZFVimIM_pinyin_huge_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