Skip to content

Commit

Permalink
plug: switch ChatGPT plugin with AIO solution (gp.nvim)
Browse files Browse the repository at this point in the history
  • Loading branch information
importnil committed Feb 28, 2024
1 parent 09c86d1 commit 0db102f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions lua/plug-load.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ require('nvim-autopairs').setup {}
require('gitsigns').setup {}
require('todo-comments').setup {}
require('Comment').setup {}
require('gp').setup {}
4 changes: 1 addition & 3 deletions lua/plug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ Plug 'cormacrelf/vim-colors-github'
Plug 'ryanoasis/vim-devicons'

-- ChatGPT.
Plug 'MunifTanjim/nui.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'dpayne/CodeGPT.nvim'
Plug 'robitx/gp.nvim'

vim.call('plug#end')

Expand Down

0 comments on commit 0db102f

Please sign in to comment.