vim_codex icon indicating copy to clipboard operation
vim_codex copied to clipboard

Supercharge your Vim editor with AI-powered code completion using OpenAI Codex. Boost productivity and save time with intelligent suggestions.

Results 11 vim_codex issues
Sort by recently updated
recently updated
newest added

If anybody's interested. https://github.com/CodedotAl/code-clippy-vscode

Can you explain the reasoning for the additional keystrokes in https://github.com/tom-doerr/vim_codex/blame/main/README.md#L71 ? The `liul`. For me the initial `l` causes the command to fail if I am at the end...

Hi, thanks for this plugin, it works great on Linux on my RasPi but I am having issues on MacOS.. On MacOS theres a bunch of different python installs. For...

git clone [email protected]:tom-doerr/vim_codex.git returns: Cloning into 'vim_codex'... The authenticity of host 'github.com (140.82.121.3)' can't be established. ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM. Are you sure you want to continue connecting (yes/no/[fingerprint])?...

I have had some success with some prompts, actually. Maybe for a smoother workflow you could pass only text highlighted in visual mode to GPT-3. That way you could keep...

Thanks for making this. I’ve been testing it out and I find the code completions really haven’t been useful. It hasn’t been able to understand any of my code comments....

Often I put random ideas I have into comments (library ideas, todos, cleanup etc). While it is nice to use CODEX to also put ideas into the generated code as...

Assuming this doesn't work with Neovim. If it does than close, otherwise any chance of a port? If not maybe I'll take it on...

I took a stab at implementing this. How it works: - `# codex-ignore` will ignore this and the next line - `# codex-on/off` will toggle and ignore everything inbetween -...

Here is the error message when running CreateCompletion `Error detected while processing function CreateCompletion: Traceback (most recent call last): File "", line 1, in NameError: name 'plugin' is not defined`