LachlanGray / vim-agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Agent

Can we control vim with a language model? blog post

Start neovim somewhere with

nvim --listen 127.0.0.1:7777

Then, run the script with python vim_agent.py. It will open a prompt for you to describe what you want done, then chatgpt will take requests and control neovim on your behalf.

For the time being I wouldn't try it on any important files... it's not too reliable for now

There's lots of low-hanging fruit to improve, so stay tuned!

About


Languages

Language:Python 100.0%