Skip to content

Commit

Permalink
resolve intermittent copilot RPC error 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Oct 20, 2024
1 parent 3a3824c commit 7d8f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
build = ":Copilot auth",
event = "InsertEnter",
event = "BufEnter",
config = function()
require("copilot").setup({
suggestion = {
Expand Down

0 comments on commit 7d8f96c

Please sign in to comment.