---
title: "ChatGPT en Neovim"
tags: ['neovim','chatgpt']
categories: ['linux','editores']
date: 2023-03-09T21:05:11-03:00
---

Instala este plugin 
[https://github.com/dpayne/CodeGPT.nvim](https://github.com/dpayne/CodeGPT.nvim)

### Instalando el plugin usando packer

en init.lua agregar
```bash
use("nvim-lua/plenary.nvim")
use("MunifTanjim/nui.nvim")
use("dpayne/CodeGPT.nvim")
```

### Lista de comandos
https://github.com/dpayne/CodeGPT.nvim#commands
