This is a Vim plugin that provides AI assistance in the console.
If you are using vim-plug
, add the following configuration to your .vimrc
:
Plug 'micheam/ai-assistant-console'
Then run the following command in Vim:
:PlugInstall
After installation, you can use the AI Assistant Console by calling its functions and commands in Vim. Here's an example:
:Assistant
This command will call the AI Assistant Console.
For more details on how to use the AI Assistant Console, please refer to the doc/ai_assistant_console.txt
file.
This project is licensed under the MIT License.
If you have any issues or suggestions, please feel free to contact me on GitHub.