llm.nvim
llm.nvim copied to clipboard
Error starting llm-ls
I built llm-ls locally, and config it as following:
lsp = { bin_path = "/home/myuser/soft/GPT/llm-ls-0.5.2/target/release/llm-ls", host = nil, port = nil, version = "0.5.2", },
However, when opening nvim, I meet the Error starting llm-ls. And the nvim/lsp.log record:
[START][2024-05-06 22:55:47] LSP logging initiated [WARN][2024-05-06 22:55:47] .../lua/vim/lsp.lua:601 "buf_attach_client called on unloaded buffer (id: 1): "
What should I do? Thanks.