Skip to content

esigs/ezpair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Eze Pair Programmer

Mostly used to learn about nvim plugins.

A simple OpenApi Gpt-4 wrapper to ask questions from within nvim about functions or ask explicit questions

Dependencies

Example key binds

local ezpair = require('ezpair')
    
vim.keymap.set('n', '<leader>ac', ezpair.CritFunc) -- GPT4 will suggest edits for the function the cursor is currently on
vim.keymap.set('n', '<leader>aa', ezpair.Ask) -- Ask a question and GPT4 will do it's best to answer.

About

a nvim plugin to act as a pair programmer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages