Skip to content

Commit

Permalink
chore: remove ChatGPT.nvim plugin
Browse files Browse the repository at this point in the history
- Removed `ChatGPT.nvim` plugin from README.md and packer configuration.
- Updated `flake.lock` with new revisions and hashes.
- Deleted `chatgpt.lua` configuration file.
- Removed ChatGPT initialization from `init.lua`.
  • Loading branch information
erikreinert committed Jul 7, 2024
1 parent 9ed5a35 commit 8abe12d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 37 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ Completion plugins that provide LLM driven support for various languages and sit
| Plugin Name | Plugin URL |
|--------------------|-------------------------------------------------------------|
| `CopilotChat-nvim` | [CopilotChat.nvim](https://github.com/github/copilot.vim) |
| `ChatGPT-nvim` | [ChatGPT.nvim](https://github.com/jackMort/ChatGPT.nvim) |

### Extras

Expand Down Expand Up @@ -213,7 +212,6 @@ return require('packer').startup(function(use)

-- Completion
use 'github/copilot.vim'
use 'jackMort/ChatGPT.nvim'

-- Extras
use 'numToStr/Comment.nvim'
Expand Down
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ in rec {

# extras
CopilotChat-nvim
vimPlugins.ChatGPT-nvim
vimPlugins.comment-nvim
vimPlugins.copilot-lua
vimPlugins.gitsigns-nvim
Expand Down
23 changes: 0 additions & 23 deletions lua/TheAltF4Stream/chatgpt.lua

This file was deleted.

1 change: 0 additions & 1 deletion lua/TheAltF4Stream/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local function init()
require 'TheAltF4Stream.languages'.init()
require 'TheAltF4Stream.telescope'.init()
require 'TheAltF4Stream.floaterm'.init()
require 'TheAltF4Stream.chatgpt'.init()
require 'TheAltF4Stream.copilot'.init()
end

Expand Down

0 comments on commit 8abe12d

Please sign in to comment.