Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Empower your Vim workflow with an intelligent code assistant that analyzes buffer contents and delivers real-time responses within Vim for enhanced productivity and coding efficiency.

License

Notifications You must be signed in to change notification settings

lucianoscarpaci/vim-code-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

vim-code-assistant

code assistant in vim that reads the contents of the buffer and sends a response back in vim

1. compile the chpt.c file with gcc:

gcc -o chpt chpt.c

2. compile the md.c file with gcc:

gcc -o md md.c

3. Make the md and chpt file executable using the chmod command:

chmod +x md && chmod +x chpt

3. Move chpt to the /usr/local/bin directory:

mv chpt /usr/local/bin

4. Edit bash, zsh, or other terminal config with an alias to md.

alias md='/path/to/the/md'

5. Create a .md file enter your question and hit the ctrl+[ key for vim and type :%!chpt to get your answer.

About

Empower your Vim workflow with an intelligent code assistant that analyzes buffer contents and delivers real-time responses within Vim for enhanced productivity and coding efficiency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /