-
Notifications
You must be signed in to change notification settings - Fork 49
Compatibility with echodoc #76
Comments
echodoc.vim works with ncm on my side. inoremap <expr><CR> (pumvisible()?(empty(v:completed_item)?"\<C-n>\<C-y>":"\<C-y>"):"\<CR>") |
Yeah, it's working now for me too. I close this issue. |
Hm, got the same problem here as well. It works flawlessly for completion in go files but not within javascript files with the tern and flow plugins. Anybody has echodoc working for that as well? |
it works for |
echodoc fail to work with recently ncm on my side. |
inoremap <expr><CR> (pumvisible()?(empty(v:completed_item)?"\<C-n>\<C-y>":"\<C-y>"):"\<CR>") I use But fail to work in this commit 6053343 |
+1. Thanks! |
Currently ncm doesn't work with https://github.com/Shougo/echodoc.vim
I guess it's because the
v:completed_item
is not set properly so that echodoc can use it. Is it possible to make it compatible with echodoc?The text was updated successfully, but these errors were encountered: