Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add neural completion buffer #40

Merged
merged 2 commits into from
Dec 28, 2023
Merged

Conversation

Angelchev
Copy link
Member

Closes: #31

Add a buffer that invokes a neural completion for the entire buffer contents.

  • Tech: Split neural prompt and run and add line options

  • Config: Add initialisation settings for neural buffer

  • Config: Add completion trigger plug mapping for neural buffer

  • Fix: prompt ui escape keys

  • Test: Add filetype in test vimrc for neural buffer tests


TODO:

  • Add feature and configuration documentation

@Angelchev Angelchev force-pushed the neural-buffer-completion branch 2 times, most recently from 9fafbf7 to 4eb8ff0 Compare December 27, 2023 23:43
Add a buffer that invokes a neural completion for the entire buffer
contents.

* Tech: Split neural prompt and run and add line options

* Config: Add initialisation settings for neural buffer

* Config: Add completion trigger plug mapping for neural buffer

* Fix: prompt ui escape keys

* Test: Add filetype in test vimrc for neural buffer tests
@Angelchev Angelchev merged commit e8295b4 into main Dec 28, 2023
6 checks passed
@Angelchev Angelchev mentioned this pull request Dec 28, 2023
4 tasks
@Angelchev Angelchev deleted the neural-buffer-completion branch December 28, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Neural Scratch Buffer
1 participant