Jia Sui
Jia Sui
I ported neco-syntax source from ncm to ncm2 https://github.com/jsfaint/ncm2-syntax
neoinclude is ported from ncm to ncm2 https://github.com/jsfaint/ncm2-neoinclude May I transfer these sources to ncm2 organization?
Keep the sources in the same organization looks more unify, that's why I ask for. It looks I don't have permission to transfer repository to ncm2. It's ok to me...
@roxma ncm2-vim, ncm2-synax and ncm2-neoinclude are all transferred to ncm2 now. Thanks
echodoc.vim works with ncm on my side. With this map (behavior like deoplete) ```vim inoremap (pumvisible()?(empty(v:completed_item)?"\\":"\"):"\") ```
echodoc fail to work with recently ncm on my side. Does anyone meet the same issue?
`echodoc.vim` work with press `` and `` manually, but fail to work with the setting below in current version of ncm. ```vim inoremap (pumvisible()?(empty(v:completed_item)?"\\":"\"):"\") ``` I use `git bisect` to...
可以试试这个,我用aarido写了一个,我自己实测在微软拼音,搜狗拼音都能使用。 理论上小狼毫也应该能用 https://github.com/jsfaint/im-select > 配置im-select吗?remi我找了好久没找到相关的说明,倒是有一个fork可以实现了微软输入法的中英文输入法的模式切换,但是在win的rime就没有效果 https://github.com/PEMessage/im-select-imm
> > 可以试试这个,我用aarido写了一个,我自己实测在微软拼音,搜狗拼音都能使用。 理论上小狼毫也应该能用 https://github.com/jsfaint/im-select > > > 配置im-select吗?remi我找了好久没找到相关的说明,倒是有一个fork可以实现了微软输入法的中英文输入法的模式切换,但是在win的rime就没有效果 https://github.com/PEMessage/im-select-imm > > 这个应该咋用🤣 你可以下载一个aardio的IDE自己编译,也可以用我自己用编译好的 [im-select.zip](https://github.com/daipeihust/im-select/files/11730826/im-select.zip)