neural icon indicating copy to clipboard operation
neural copied to clipboard

AI Vim/Neovim code generation plugin (OpenAI, ChatGPT, and more)

Results 22 neural issues
Sort by recently updated
recently updated
newest added

Hi! Wanted to see if adding the claude api to this would be of interest at all?

enhancement

Closes: #41 ## Overview - [x] Add command to count tokens from a visual selection. - [x] Add python script to count tokens with [OpenAI's tiktoken](https://github.com/openai/tiktoken). - [x] Add `utils.vim`...

documentation
enhancement

There are some additional features we can add that would make the neural buffer easier to use such as: - Show the currently active model for the buffer - Change...

enhancement

## Overview It would be useful to add the ability for neural to get the token count for some given input. This would help prevent initiating requests that accidentally go...

enhancement

It would be useful to undo an entire completion generation in one go, especially in cases where the generation is large.

enhancement

Currently, the Neovim lua code is missing test coverage. We should add some and set up to run with the CLI.

enhancement

We should permit the number of tokens to be something that can be set at will when text is requested, in addition to being configurable for all prompts, so you...

enhancement

We're experiencing errors with certificate verification via default installations of Python on macOS. We either need to attempt to load better versions of Python on macOS by default, such as...

bug
help wanted

I copied this from the internet: ⚡ Pasting the above into nvim works Neural shows codes: ![Screenshot_2023-01-19_15-13-11](https://user-images.githubusercontent.com/441800/213575097-a6fb7904-a75d-453c-b818-7c7339bcaf03.png) ``` :version NVIM v0.8.2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc -O2 -flto=auto...

bug

Sometimes we forget specific vim commands. It would be great to have a **:NeuralCommand** where you use natural language to describe what the command does, it generates and shows a...

enhancement