Skip to content

RandolphChen/ZFVimIM_vimim-nature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimIM nature code db for ZFVimIM

中文用户看这里

shuangpin nature code db file from dongyuwei/vimim-data for ZSaberLv0/ZFVimIM

installation

Use vim-plug to install this db source, add the following line to your vimrc

Plug 'RandolphChen/ZFVimIM_vimim-nature', {'branch':'origin/release'}

configs

  • cloud input

    let g:ZFVimIM_nature_gitUserEmail='YourEmail'
    let g:ZFVimIM_nature_gitUserName='YourUserName'
    let g:ZFVimIM_nature_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

About

vim拼音输入法 / pinyin for ZFVimIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 50.2%
  • Python 45.0%
  • Vim Script 4.8%