Skip to content

Commit

Permalink
chore: update minimal config and bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp authored Jan 5, 2025
1 parent cf625b3 commit 6c83eae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ body:
sources = {
default = { "lsp", "path", "buffer", "codecompanion" },
cmdline = {}, -- Disable sources for command-line mode
providers = {
codecompanion = {
name = "CodeCompanion",
module = "codecompanion.providers.completion.blink",
},
},
},
},
},
Expand Down
6 changes: 0 additions & 6 deletions minimal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ local plugins = {
sources = {
default = { "lsp", "path", "buffer", "codecompanion" },
cmdline = {}, -- Disable sources for command-line mode
providers = {
codecompanion = {
name = "CodeCompanion",
module = "codecompanion.providers.completion.blink",
},
},
},
},
},
Expand Down

0 comments on commit 6c83eae

Please sign in to comment.