You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I have not been maintaining kak-ycmd for some time. The changes that happened is that there is a specific completions option type now (which is PrefixedList<String, tuple<String, String, String> in C++, hence the error you get). Fixing kak-ycmd should be pretty easy though, ycmd_completions should be declared with the completions type instead of str-list and the code that sets it should move from the text@description format to text|description|menu test.
I dont have a working ycmd setup here to check that these changes works, if you have it already set-up I'd be happy to merge a fix here.
Hi,
I try to make ycmd work, but I constantly get this error in debug buffer.
Is there a breaking change in kakoune's completion that was not fixed in kak-ycmd ?
The text was updated successfully, but these errors were encountered: