code assistant in vim that reads the contents of the buffer and sends a response back in vim
gcc -o chpt chpt.c
gcc -o md md.c
chmod +x md && chmod +x chpt
mv chpt /usr/local/bin
alias md='/path/to/the/md'
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.
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
code assistant in vim that reads the contents of the buffer and sends a response back in vim
gcc -o chpt chpt.c
gcc -o md md.c
chmod +x md && chmod +x chpt
mv chpt /usr/local/bin
alias md='/path/to/the/md'
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.