Oliver Caldwell
Oliver Caldwell
Original issue for this that I thought was over #404. So for some reason if I merge develop -> master and push now it breaks packer for people seemingly at...
Thank you for doing all of this research, I'm sure this'll come in handy! I still don't think I'm doing anything non-standard and I've definitely seen some other repos /...
Open to it, yep. Haven't worked with Elixir so the best I could do would be a basic eval environment then I'd need enthusiasts to help me round it out...
Thanks for looking into this @russtoku, much appreciated! And you're right @ejconlon, Conjure is very tightly coupled inside each client right now, that modularisation work (#500) I have in my...
I'm very strongly leaning towards "just use LSP" for anything like this these days. The tooling outside and inside of Neovim has come along so far. LSP + DAP cover...
Ah interesting, I didn't realise static analysis was kinda not valid in the CL space, I've never looked into it too closely and have very surface level knowledge. Thanks for...
Hmm we already have a cmp source I think? And conjure clients have a hook for completions, each client needs to implement it though. So if we implement that function...
I just don't know what CL to execute to get completions... On Sat, 8 Jul 2023, 10:19 Oliver Caldwell, ***@***.***> wrote: > Hmm we already have a cmp source I...
This is now merged into `develop`, thank you so much @russtoku 🎉
😞 not good, I can open it just fine on the latest Conjure development commit and: ``` NVIM v0.9.0 Build type: Release LuaJIT 2.1.0-beta3 ``` It _could_ be LSP related,...