Closed qx220 closed 1 week ago
filetype plugin indent on
syntax on
set nocompatible
let g:plug_home = $HOME . '/.vim/bundle'
let g:plug_url_format = 'https://github.com/%s'
execute 'source ' . g:plug_home . '/vim-plug/plug.vim'
silent! call plug#begin()
Plug 'junegunn/vim-plug'
Plug 'ZSaberLv0/ZFVimIM'
Plug 'ZSaberLv0/ZFVimIM_pinyin'
Plug 'ZSaberLv0/ZFVimJob'
call plug#end()
:version
:echo exists('v:completed_item')
:echo exists('##CompleteDone')
:echo ZFVimIM_json_available()
:call ZFVimIM_DEBUG_checkHealth()
https://github.com/user-attachments/assets/1d0aebbb-c755-4183-8c9e-eb591c9178cd
参考视频,有些时候输入到一半想取消操作按ESC,会把当前一行已经输入的内容也删除掉