Open akiyosi opened 6 years ago
Hi, I have two problems.
First, the completion message is not displayed in full. Second, All categories of the completion messages are B.
e.g. When I typed the string "st", it displayed the following;
gonvim:
b st b struct b static_assert (<#expression#>, <#message#>) b struct_typedef b static_cast b switch
neovim-qt:
st [~] A struct [clang] static_assert (<#expression#>, <#message#>) [clang] struct_typedef [clang] static_cast [ns] static_cast<>() switch [B]
Are there any settings?
My environment is below;
OS: Windows7 neovim: NVIM v0.2.3-66-gbb028c430 completion-plugin: deoplete & deoplete-clang2
It is reproduced for me.
Hi, I have two problems.
First, the completion message is not displayed in full. Second, All categories of the completion messages are B.
e.g. When I typed the string "st", it displayed the following;
gonvim:
neovim-qt:
Are there any settings?
My environment is below;