Error using kak-lsp

I have the kak-lsp binary in my path and I am trying to enable the language server in Kakoune via

eval %sh{kak-lsp --kakoune -s $kak_session}
lsp-enable

but I get the error 'add-highlighter' duplicate id: 'cquery_semhl'. Anyone know how I can fix this?

Edit: Fixed error by replacing first line with

eval %sh{kak-lsp --kakoune -s $kak_session | grep -v 'add-highlighter'}

I’m not sure if your problem is similar tho this one, but I can suggest you to try my plugin manager, which allows to use kak-lsp with ease.