Created a basic vim plugin. You will need to navigate to the plugins/vim directory, open the file there (will add absolute path support later) and run the source % command to run the plugin (runs once).
Added __init__.py files to directories along the imported path.
In the future, I'll work on moving this to a plugin that can be configured into your ~/.vimrc, with a bound command such as :Tandem to spawn the agent.
Here's the sample response from the agent now (output is echo'd by Vim):
Created a basic vim plugin. You will need to navigate to the
plugins/vim
directory, open the file there (will add absolute path support later) and run thesource %
command to run the plugin (runs once).Added
__init__.py
files to directories along the imported path.See https://docs.google.com/document/d/1kXPzDM_bWvmW6sOMJ2US1ftaFefYniX4OfroY73Wrrk/edit?usp=sharing for more details.
In the future, I'll work on moving this to a plugin that can be configured into your ~/.vimrc, with a bound command such as
:Tandem
to spawn the agent.Here's the sample response from the agent now (output is echo'd by Vim):