vim

nate 2023-05-11T04:02:52.691819Z

updated my coc.nvim to the latest version and now I don't have any suggestions coming from clojure-lsp, anyone else encountered this?

nate 2023-05-11T04:06:09.951089Z

Before:

nate 2023-05-11T04:09:40.093309Z

After:

nate 2023-05-11T04:10:11.057769Z

http/request is used elsewhere in the file, so it's just a local token match

dave 2023-05-11T04:31:52.195249Z

I'm not sure if this is the same issue you're having, but I noticed recently that COC doesn't start automatically anymore. I have to manually run :CocStart now to get the LSP features

nate 2023-05-11T04:44:55.564039Z

It's definitely acting up now. I have seen the suggestions work a couple times, but most of the time they don't.

nate 2023-05-11T04:45:27.646409Z

Maybe I'll try a git bisect to figure out when this happened

nate 2023-05-11T04:48:33.407709Z

one odd thing is that the other LSP features (e.g. renaming a variable, the code action menu) are there, just not the suggestions.

2023-05-11T11:05:17.590019Z

I occasionally run into that, seems spotty and inconsistent.

2023-05-11T11:05:26.716709Z

I’ve not figured out what causes it.

ericdallo 2023-05-11T12:19:16.086859Z

I'd guess it's client caching completions, I doubt it's a server issue but in case you want to confirm, you can check <https://clojure-lsp.io/troubleshooting/#client-server-log%7Cclient&lt;-&gt;server> logs

nate 2023-05-11T16:45:17.255829Z

I was running neovim 0.8.3, so I tried 0.5 and 0.7.2, same behavior

nate 2023-05-11T16:46:19.031089Z

I did stumble across this nuance: When I type (http/ I get just the http/request suggestion, but if I backspace over the / and type it again, I get the LSP suggestions.

ericdallo 2023-05-11T17:07:59.271569Z

hm, so it seems like a coc.nvim issue right? I don't know about nvim client side, maybe asking for help in #vim?

ericdallo 2023-05-11T17:08:09.287719Z

just saw this is already #vim 😂

😂 2
ericdallo 2023-05-11T17:08:26.528709Z

any thoughts @nbtheduke?

2023-05-11T17:28:08.667509Z

hmmmm! i can take a look! nicely bisected and now that i've read how you said it happens i've noticed that too. it's not been consistently that way for me but it definitely happens that coc.nvim gets confused

nate 2023-10-15T05:08:26.056389Z

Just tried again with the latest on the release branch and this behavior persists for me 🙁