so i have this config
bundle kakoune-lsp https://github.com/kakoune-lsp/kakoune-lsp %{
# configuration goes here
} %{
# install script
cd ~/.config/kak/bundle/kakoune-lsp
cargo install --locked --force --path .
}
running :bundle-install
works fine until it goes to compile kakoune-lsp
, where *bundle-status*
will show the rust compilation and then crash, afterwards this error is spammed in *debug*
:
error running hook NormalIdle()/bundle-status: 1:2: 'bundle-install-hook-update-hook': 3:5: 'evaluate-commands': parse error: 10:23: unterminated string '%{...}'
afaik this only occurs when updating kakoune-lsp
, i also have kak-tree-sitter
and compiling it works just fine with the same config as the lsp.
any help is appreciated