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'
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'