Skip to content

Commit

Permalink
copilot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeagen committed Dec 12, 2022
1 parent 976eeaa commit 81c770d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/theprimeagen/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ return require('packer').startup(function(use)
}

use("folke/zen-mode.nvim")
use("github/copilot.vim")

end)

1 comment on commit 81c770d

@taniki
Copy link

@taniki taniki commented on 81c770d Jan 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tried it yet but there is a lua rewrite of github copilot plugin : https://github.com/zbirenbaum/copilot.lua. it promises better perfomances.

Please sign in to comment.