Manish Baghel
Manish Baghel
Try checking if you are using nvim for opening file and not vim. Same issue happened to me but then I realized I was using `vim filename.ext` instead of `nvim...
@ahauser31 ffi library is a standard module, there can't be a missing ffi as written in ffi documentation on [luajit docs](https://luajit.org/ext_ffi.html) ```The FFI library is tightly integrated into LuaJIT (it's...
@tjdevries I can raise a PR if this looks alright to you.
I think it's by design, probably coz it's cool.
@jmpaz New models support is being added with https://github.com/sourcegraph/sg.nvim/tree/update-cody-agent-03-12 branch. @tjdevries is still working on it but I tested on my machine and it works fine so you can checkout...
@orhnk `:CodyTask` now works exactly how you proposed. You can use `` to accept and replace text in place.
**BTW, if someone is running this on a server** or in anyway **through nginx or any other proxy** then please make sure to allow websockets connection. I am sure for...